文件名称:postman-to-openapi::flying_saucer:将邮递员收藏转换为OpenAPI
文件大小:328KB
文件格式:ZIP
更新时间:2024-05-17 18:40:46
JavaScript
:flying_saucer: 将Postman Collection v2.1 / v2.0转换为OpenAPI v3.0。 或者换句话说,改造和给 安装 使用npm : npm i postman-to-openapi 使用yarn : yarn add postman-to-openapi 快速使用 // Require Package const postmanToOpenApi = require ( 'postman-to-openapi' ) // Postman Collection Path const postmanCollection = './path/to/postman/collection.json' // Output OpenAPI Path const outputFile = './api/collection.yml' // Async/await try {
【文件预览】:
postman-to-openapi-master
----.eslintrc.json(218B)
----.gitignore(616B)
----changelog.config.js(692B)
----package.json(2KB)
----package-lock.json(406KB)
----CHANGELOG.md(14KB)
----LICENSE.txt(1KB)
----.github()
--------workflows()
----README.md(3KB)
----lib()
--------md-utils.js(804B)
--------index.js(10KB)
----docs()
--------images()
--------index.md(21KB)
--------assets()
--------_config.yml(65B)
--------_layouts()
----.husky()
--------.gitignore(2B)
--------pre-commit(51B)
--------commit-msg(79B)
----test()
--------resources()
--------md-utils.spec.js(4KB)
--------index.spec.js(14KB)
----.editorconfig(335B)