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

🛸 Convert postman collection to OpenAPI

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

Hello, If we send a file in binary form from Postman, `p2o` threats it as `text/plain`. Here is the example Postman and `p2o` result: ``` { "info": { "_postman_id": "daeaed7e-5dee-4aa8-8828-3280afb2b11a",...

Hello, When I try with differents requestBody (other than `application/json`), the result will always be `application/json` no matter what. Here is a sample with all different test cases, `text`, `javascript`,...

would make the library work in the browser

This PR doesn't contain any tests for default value but I've tried it and seems to work. https://github.com/joolfe/postman-to-openapi/issues/195 Here is a playground for the regexp `[default=value]` https://regex101.com/r/oGS42o/1

I would like the same functionality like required where you can set it through description. My suggestion is to support all these: `[required] [default="foobar"]` `[required]` `[default="foobar"]` `[default=1337]` Example: ```yaml paths:...

Hello! I'm trying to convert a postman collection to an openapi file and I have seen the following mistake. I have the following request/response: ![image](https://user-images.githubusercontent.com/12507575/159526453-5f90eb3d-78a1-4669-9ace-ef29ca960697.png) The response body is an...

feature

Hi, Thanks for the great product. Postman gives you the ability to enable and disable options, parameters, for example, in headers. In postman json this is marked as `"disabled": true`....

A&D

We need to have a way to define response schemas so docs are more complete

feature
A&D

Using some kind of merging strategy allow customization just in case some feature is missing. or for non standard schemas.

This PR fix `[Error: ENOENT: no such file or directory, open 'D:\Projects\postman-to-markdown\api\collection.yml']` when the folder is not exist.