We now have an UI version online, Check http://specgen.apistudio.io/
Generate Swagger 2.0 (Open API) spec from Curl like API Call.
You can install api2swagger
either through npm or by cloning and linking the code from GitHub. This document covers the installation details for installing from npm.
The api2swagger
module and its dependencies are designed for Node.js and is available through npm using the following command:
$ sudo npm install -g api2swagger
$ api2swagger -e "https://accounts.apigee.com/status" -X GET -o /Users/Anil/Desktop/sampleSwagger.json