postman2openapi icon indicating copy to clipboard operation
postman2openapi copied to clipboard

Convert a Postman collection to an OpenAPI definition.

Results 12 postman2openapi issues
Sort by recently updated
recently updated
newest added

Hello everyone. Is there a way for us to configure code generation for APIs such as `services/data/v60.0/query/?q=select Id,Name From Account` and `services/data/v60.0/query/?q=select Id,Name From Contact` with `q` is the query...

Address #77. I've tested with collection I showed in #77 And here is current test source `twitter-api` This PR attempts to append a 'query parameter' inside 'paths' and then concatenate...

The response headers in Postman are mostly trivial. Is it possible add an option to disable generating these headers in OpenAPI Specification output?

Related to #22 It seems the response schema are generated from example and inlined with the operation. I'd like to suggest provide a way to move these schemas to `#/components/schemas/*`.

While Using this Library to try to convert the postman collection to openapi file . Getting the following error /Users/*******/node_modules/postman2openapi/postman2openapi.js:125 throw takeObject(r1); ^ data did not match any variant of...

Right now, only OpenAPI 3.0.3 is supported. It will likely require a major refactor to prevent duplicating logic and also a breaking change to the API. Definitely something to include...

enhancement

Postman uses the [faker library](https://www.npmjs.com/package/@faker-js/faker) to generate sample data, including random names, addresses, email addresses, and much more. These are present as dynamic variables in the Postman collection. However, when...

enhancement

Not an easy one to solve. Shows up in the `fastly` fixture where pathItem keys end either {name} or {old_name}. If you replace each path template section with {0}, {1},...

enhancement

``` expected Object { url: '{{baseURL}}' } to have key variables missing keys: variables #/info/servers/0 ``` Occurs in `gotomeeting.postman.json` fixture.

enhancement