postman-to-openapi icon indicating copy to clipboard operation
postman-to-openapi copied to clipboard

🛸 Convert postman collection to OpenAPI

Results 30 postman-to-openapi issues
Sort by recently updated
recently updated
newest added

I'd like to propose a feature. In my postman collection I have a number of requests, and the first request in the list typically is an API call to an...

As mentioned here #255, when a collection has no valid status code in an example, the returned OAS is not valid. Here is an example: The suggestion for this issue...

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...

I'm trying to install the latest version available `3.0.1` and received this error ``` error [email protected]: The engine "node" is incompatible with this module. Expected version ">=14

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

Have a look to the changelog https://github.com/OAI/OpenAPI-Specification/releases and see what are the changes, if the library need some update or we can just change the OpenAPi version 3.0.3.

# Schemas generation ## Summary The goal of this issue is to try to design a feature that includes the automatic generation of schema objects in the OpenAPI result, also...

Custom JSON can be grabbed from an external file and injected directly into the generated OpenAPI doc. ## Related Issues - #78 ## Checklist - [x] Add library code (This...

I got the error while trying to convert to OpenAPI.

I am looking for a way to also return response body too in swaggerdocs it only returns response status, is there any functionality like that?