gpt4 book ai didi

karate - 如何设置基本 API?我看到从第一个 API 的响应中添加了双引号

转载 作者:行者123 更新时间:2023-12-05 01:27:21 28 4
gpt4 key购买 nike

Given path '/api/metrics/product/ABC'
When method get
* def id = get response
* print id
* def basePathProducts = '/another/api/' + id + '/param'
Given path basePathProducts
When method GET
Then status 200

12:59:28.447 [main] INFO com.intuit.karate.StepDefs - [print] "5ca627bf3edd851238e59c9e"2019 年 4 月 16 日下午 12:59:28 org.glassfish.jersey.logging.LoggingInterceptor 日志严重:2 *在线程 main 2 上发送客户端请求 > GET

http://localhost:8080/API/ANOTHER/API/%225ca627bf3edd851238e59c9e%22/PARAM

最佳答案

我认为你把事情搞得太复杂了,你错过了 path 语法是为你通常需要做的事情而设计的。

不要 def basePathProducts 并执行此操作,看看如何将 id 变量轻松插入路径:

Given path 'another', 'api', id, 'param'

关于karate - 如何设置基本 API?我看到从第一个 API 的响应中添加了双引号,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/55702984/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com