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

feature: ignore certain paths

Open guyappy opened this issue 2 years ago • 0 comments

I'd like to propose a feature.

In my postman collection I have a number of requests, and the first request in the list typically is an API call to an authentication endpoint to retrieve an auth token. This token is then subsequently used in the next requests.

This auth request is only there for automation purposes (i.e. the postman collection can be run in a pipeline for example).

when generating openapi spec based on the postman collection, I'd like to indicate the conversion to ignore the /auth path for example.

does that make sense? I can create a PR if needed.

guyappy avatar Sep 01 '23 13:09 guyappy