Convert Postman Collection to OpenAPI Yaml
If you have never converted Postman Collection to OpenAPI Yaml before it can be a bit daunting task. Just follow the below simple steps to convert.
npm i postman-to-openapi -gp2o ./path/to/PostmanCollection.json -f ./out_openapi_.yml
Last updated