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

Plugin for converting OpenAPI 3.0 specs to the Postman Collection (v2) format

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

when i try to import a multi-example response, is only importing the first response. ### OPENAPI 3.0.0 EXAMPLE ```yaml openapi: "3.0.0" info: title: ExampleApi description: Example Api version: 1.0.0 contact:...

bug
getting-started
example-object

Hello, I don't find a way to import my OpenAPI file with AWS authorization at Collection level to Postman. Is it possible to do this? If so, how do I...

feature

When I import a Openapi yaml into Postman, and then export as Postman (2.1) Collection, the json looks different from how the json looks, when I use openapi-to-postman to convert...

awaiting-response

Swagger open api specs has multiple ContentType for same URL. Should postman duplicate URLs per content-types, instead of just showing one content-type in headers which is at top ? ![Capture](https://user-images.githubusercontent.com/1200119/68417116-a4a97c80-014a-11ea-9dc7-c9629a8ba813.PNG)...

feature
request-body

Right now, callbacks in an OpenAPI document are dropped and not documented anywhere in the collection. It would be good to communicate their existence somewhere, perhaps in the top-level collection...

feature
callback-object

It would be really nice if there was an option to set all the requests to have an authorization type of `Inherit auth from parent`

security-object

As mentioned in existing thread https://github.com/postmanlabs/postman-app-support/issues/8940#issuecomment-674543135. Validation corectly validates transaction even when it is not following schema. For example transaction with integer as value as query param is validated correctly...

improvement
validation

Add unit tests for the following: `checkPathVariables` `checkQueryParams` `checkRequestHeaders` `checkRequestBody` `checkResponses`

getting-started

Postman users/customers are looking to integrate the generated output from the openapi2postmanv2 CLI in their CI/CD pipelines. This works well and good. However, a workflow that's gaining usage is to...