swagger2postman
swagger2postman copied to clipboard
Create a Postman collection from live Swagger documentation
Correct subsections: add space after # so they're interpreted correctly.
the dependencies which the project uses are no longer available. updating the version of them works for all but one; the newman dependency doesn't seem to work with a newer...
I have a swagger json file version 2.0 and your web demo didn't generate postman json for me. ``` { "paths": { "/ping": { "get": { "operationId": "ping", "tags": [...
I have downloaded the sources from your repository and unzipped it. If I try to call a Swagger2PostmanApp.scala from console, it throws an exception. Could you please help me to...
Hello, Very interested in swagger2postman, I started giving a try with the live demo, tried with 2 valid swagger 2.0, first one is from our own, second one is the...