我正在尝试将curl
请求列表导入Postman集合。
有了一个单一的URL,我就没有导入的问题了:
- 我转到
import→paste raw text
, - 粘贴一个像
curl -X GET 'https://maps.googleapis.com/maps/api/place/findplacefromtext/json?input=gesundbrunnen&inputtype=textquery&fields=formatted_address'
这样的URL, - 而且它是进口的,就像一个魅力。
但是如果我用两个URL尝试同一个游戏,我会得到一个错误Error while importing Curl: Only the URL can be provided without an option preceding it. All other inputs must be specified via options.
什么意思的错误,我如何导入多个curl
命令到 Postman ?
ps:题外话:也许有办法导入多个请求(GET/POST),并立即自动运行它们,除了 Postman ?
3条答案
按热度按时间u2nhd7ah1#
This guy说你可以用curl-to-postman写一个脚本。我还没有试过,但希望它能有所帮助。
e7arh2l62#
试试这个方法:
sigwle7e3#
有两种可用资源可以组合来完成此任务。
感谢bhargavkaranam,他已经编写了一个结合这些模块的脚本。
Postman-Collection SDK模块用法
curl-to-postman模块使用