openapi-to-postman
openapi-to-postman copied to clipboard
Plugin for converting OpenAPI 3.0 specs to the Postman Collection (v2) format
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...
Snyk has created this PR to upgrade ajv from 8.1.0 to 8.9.0.  :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`.