Search code examples
postmanswaggeropenapiswagger-2.0

How can I generate swagger based off of existing postman collection?


I am developing a REST API. during development I have used postman (chrome extension) to use and document my API. It is a wonderful tool and I have most of my API endpoints in it. However, as we near release I would like to document this API in swagger, how would I do that? Is there a way that I can generate swagger based off of the postman export?


Solution

  • Someone posted this link (and deleted it?): http://restunited.com/

    It accepts postman JSON and converts it to swagger. This seems to be what I was looking for.