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

We have an OpenApi 3 collection with multiple API keys, as described at the following link under the paragraph "multiple API keys": https://swagger.io/docs/specification/authentication/api-keys/ When importing this, it is expected that...

auth
importer

Snyk has created this PR to upgrade ajv from 8.1.0 to 8.9.0. ![merge advice](https://app.snyk.io/badges/merge-advice/?package_manager=npm&package_name=ajv&from_version=8.1.0&to_version=8.9.0&pr_id=77d67d84-b343-4f4e-8116-5db506c9639a&visibility=true&has_feature_flag=false) :information_source: Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more...

In openapi-to-postman, option `requestNameSource` with Fallback was not working for `operationId`. Now a change applied with `operationId` as enum for ` requestNameSource`. In Postman collection `name` of request will be...

This allows linking into a particular request with the operation id instead of the uuid4 that is generated. Please advise on how you would like this tested.

Feature Request - #358 Yet to add a test. @VShingala @abhijitkane @thim81 @meenakshi-dhanani Please have a look.

Fixes #309 The spec can be used to resolve ref. Also added resolution for path object refs. @VShingala Please have a look.

Fixes #35 I've refactored the functions in ```schemaUtils.js``` to follow the ES6 Async/Await syntax. This enables fetching schemas / examples using external references. Promises are resolved sequentially due to the...

Fixes #89. I had to change the return type of ```convertToPmResponse```, ```convertToPmResponseBody```, ```convertToPmBodyData``` to return a list of response bodies. @VShingala @umeshp7 @abhijitkane Please do have a look. Thanks. I...

This PR fixes issue where suggested fixes provided by validator were wrong, and even after applying them same mismatches were present.

This PR adds support for resolution of Remote and URL refs (see [here](https://swagger.io/docs/specification/using-ref/#ref-syntax) for docs) via options `resolveRemoteRefs` and `sourceUrl`.