postman-to-openapi
postman-to-openapi copied to clipboard
Is there any API for Export Postman Collection v2.1 by APIkey and CollectionID?
Idea: I want to convert automatically Postman collection to Swagger YAML file
I want to run automatically pipeline:
- Generate Postman Collection v2.1
- Convert Postman Collection v2.1/v2.0 to OpenAPI v3.0. YAML file ( by using this: https://github.com/joolfe/postman-to-openapi)
So...
I found this for Export Postman Collection v2.1, but is not automation process: https://learning.postman.com/docs/getting-started/importing-and-exporting/exporting-data/#exporting-collections
Is there any API for Export Postman Collection v2.1.json by APIkey and CollectionID?