openapi-to-postman
openapi-to-postman copied to clipboard
Plugin for converting OpenAPI 3.0 specs to the Postman Collection (v2) format
## About It looks interface-version option (`-i` or `--interface-version`) is not working. > -i, --interface-version Specifies the interface version of the converter to be used. Value can be 'v2' or...
Lodash is currently listed as a dependency in the openapi-to-postmanv2 module. While Lodash provides useful utility functions, it increases the overall package size. Modern JavaScript (ES6+) includes many built-in functions...
When using an empty examples {} the `convertV2` fails. ```yaml openapi: 3.0.1 info: title: Test version: 1.0.0 description: Test servers: - url: https://example.de/test security: - bearerToken: [] tags: - name:...
In OpenAPI/Swagger 2.0, enum parameters [are described using](https://swagger.io/docs/specification/2-0/enums/) ``` - in: query name: sort description: Sort order type: string enum: [asc, desc] ``` In 3.0, [it should be](https://swagger.io/docs/specification/data-models/enums/) ``` -...
When using a property with format UUID: ``` "contactId": { "type": "string", "format": "uuid", } ``` The conversion results in: While we would expect a regular UUID: https://en.wikipedia.org/wiki/Universally_unique_identifier, without `urn:uuid:`
I have this request body & query param Components with an ENUM, which chooses a different value everytime, while I was expecting that the example would be taken always. This...
Hi @VShingala I spotted that using the openapi-to-postman as a Node module, default to `moduleVersion V1` ``` class SchemaPack { constructor (input, options = {}, moduleVersion = MODULE_VERSION.V1) { ```...
Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.21.5 to 7.24.8. Release notes Sourced from @babel/traverse's releases. v7.24.8 (2024-07-11) Thanks @H0onnn, @jkup and @SreeXD for your first pull requests! :eyeglasses: Spec Compliance babel-parser #16567 Do...
Bumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3. Commits 74b2db2 3.0.3 88f1429 update eslint. lint, fix unit tests. 415d660 Snyk js braces 6838727 (#40) 190510f fix tests, skip 1 test in test/braces.expand...