apigee2openapi
v0.1.10
Published
Apigee Edge Proxy Bundle to OpenAPI 2.0 conversion tool
Downloads
40
Readme
apigee2openapi
Apigee Edge Proxy to OpenAPI 2.0 (formerly known as Swagger) conversion tool. This project used to be called apigee2swagger
prior to the specification becoming part of the OpenAPI Initiative.
Installation
You can install apigee2openapi
either through npm or by cloning and linking the code from GitHub. This document covers the installation details for installing from npm.
Installation from npm
The apigee2openapi
module and its dependencies are designed for Node.js and is available through npm using the following command:
From a Terminal Window:
$ sudo npm install -g apigee2openapi
Examples
- Download proxy bundle from Edge instance and generate OAI
$ apigee2openapi -d /Users/Anil/Desktop/
- Use local proxy bundle (zip) to generate specs
$ apigee2openapi -d ~/Documents/GlobalWeather -l ~/Documents/GlobalWeather.zip -n GlobalWeather -e https://msebai-test.apigee.net
Articles
https://community.apigee.com/articles/10044/apigee2openapi-a-nodejs-command-line-tool-to-gener.html
How to Contribute ?
Submit issues / patches here https://github.com/anil614sagar/apigee2openapi
Q & A ? http://community.apigee.com/