curl-to-postman:将curl请求转换为Postman Collection v2请求对象

时间:2021-04-30 11:18:27
【文件属性】:
文件名称:curl-to-postman:将curl请求转换为Postman Collection v2请求对象
文件大小:45KB
文件格式:ZIP
更新时间:2021-04-30 11:18:27
JavaScript 一个cURL到POSTMan转换器。 当前支持的CURL选项是: -A, --user-agent -d, --data --data-binary -F, --form -G, --get -H, --header -X, --request 用法示例: Read spec.json and store the output in output.json after grouping the requests into folders ./curl2postman -s spec.json -o output.json -g Read spec.json and print the output to the console ./curl2postman -s spec.json Read spec.json and print the prettified out
【文件预览】:
curl-to-postman-develop
----.eslintrc(8KB)
----src()
--------validate.js(309B)
--------convert.js(640B)
--------lib.js(16KB)
--------getMetaData.js(658B)
----scripts()
--------test-lint.sh(702B)
--------test.sh(431B)
--------test-unit.sh(1KB)
----.npmignore(65B)
----.travis.yml(73B)
----assets()
--------supportedOptions.js(3KB)
--------unnecessaryOptions.js(2KB)
--------shell-quote.js(5KB)
----test()
--------unit.test.js(4KB)
--------conversion.test.js(17KB)
--------importer.plugin.test.js(797B)
----README.md(580B)
----.editorconfig(227B)
----.gitignore(62B)
----index.js(142B)
----CHANGELOG.md(2KB)
----package-lock.json(92KB)
----package.json(898B)

网友评论