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

According to https://swagger.io/docs/specification/api-host-and-base-path/ "Relative URLs" if relative path is specified on the path level or operation level and if the definition hosted at http://localhost:3001/openapi.yaml and specifies url: /v2, the url...

question

We are trying to model inheritance according to https://swagger.io/docs/specification/data-models/inheritance-and-polymorphism/ To test the problem, please use the petstore example of your tests: - Import `test/data/valid_openapi/petstore-detailed.yaml` in the API explorer. - Use...

Bumps [json5](https://github.com/json5/json5) from 2.2.0 to 2.2.3. Release notes Sourced from json5's releases. v2.2.3 Fix: [email protected] is now the 'latest' release according to npm instead of v1.0.2. (#299) v2.2.2 Fix: Properties...

dependencies

Bumps [flat](https://github.com/hughsk/flat) to 5.0.2 and updates ancestor dependency [mocha](https://github.com/mochajs/mocha). These dependencies need to be updated together. Updates `flat` from 4.1.1 to 5.0.2 Commits e5ffd66 Release 5.0.2 fdb79d5 Update dependencies, refresh...

dependencies

It'd be nice if the collection disables params, and certain headers, by default. Ideally, the initial state of the converted collection should disable any optional things, and enable any required...

feature
getting-started
parameter-object

RequestNameSource should allow OperationId as a possible value, according to the specification. This PR adds OperationId as a possible value.

According to the Security Scheme Object for [OpenAPI 3.0.3](https://spec.openapis.org/oas/v3.0.3#security-scheme-object), the API key security scheme is allowed the following values for the `in` field: "query", "header" or "cookie". It seems though...

feature
collection-limitation
importer

consider an OpenAPI v3.0.3 server specification like: ```yml servers: - url: "{url}/content" description: The production API server variables: url: default: https://api.example.com description: the server url ``` this will make the...

feature
importer

Hi, we have the following steps in our build pipeline: ``` - apt-get -y install npm - npm i -g [email protected] - ./some_script_that_uses_oa2pm2.sh ``` Install npm also install nodejs, so...

usage-questions