universal converter 源码
通用API转换器 cd进入universal_converter目录。 使用npm start运行服务器。 将路径替换为要转换的本地OpenAPI3 / Swagger2文档的路径后,使用以下curl。 此外,改变format和convertTo相应。 curl --location --request POST 'localhost:3001/converter?type=string&format=openapi3&convertTo=postman2' \ --form 'file=@"/home/sarthak/code/openapi-to-postman/example-spec.yaml"'
文件列表
universal-converter
(预估有个205文件)
.eslintrc
8KB
v2.1.js
42KB
structure.test.js
9KB
util.test.js
82KB
base.test.js
51KB
validator.test.js
32KB
deref.test.js
11KB
json-schema-faker.js
726KB
.gitignore
993B
schemapack.js
18KB
暂无评论