postman-to-openapi
postman-to-openapi copied to clipboard
🛸 Convert postman collection to OpenAPI
Multiples deps didn´t support node 12 anymore so we need to support at base node 14...
Hi, Thanks for a great project :+1: I'm trying it out with a collection for my own API with 6 requests, 2 responses for each, using node 16, npm and...
change limit upper engines node #261 #267
I tried to convert [public Postman collection](https://www.postman.com/amplitude-dev-docs/workspace/amplitude-developers/collection/20044411-88bd70c1-9e00-483c-aaf1-2b7159f9bb2b)
Few notable points: - All the examples are inspected and then a common schema is generated - This schema is then automatically injected with the already generated response content. -...
This tool seems always convert all request headers to parameters. Is it possible to add a option that avoid generating request headers as parameters?
Hello, I'm encountering an issue with postman-to-openapi when attempting to convert a Postman collection to an OpenAPI specification. The error message is as follows: ``` TypeError: Cannot read property 'startsWith'...
1. Postman Notion API: https://www.postman.com/notionhq/workspace/notion-s-api-workspace/collection/15568543-d990f9b7-98d3-47d3-9131-4866ab9c6df2 2. Convert using this library 3. Providing the schema to GPTS. Error in GPT Action builder: ``` In components section, schemas subsection is not an...
Latest LTS node version (20.9.0) is not suitable for installation of the lib. as it hast the constrain < 20.0.0
Hi, I'm trying to run the following command: p2o postman_collection.json -f result.yml -o options.json It's parsing everything correctly, including for example the 'servers' configuration. However the 'auth' object is not...