apigee2openapi

0.1.10 • Public • Published

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

  1. Download proxy bundle from Edge instance and generate OAI
$ apigee2openapi -d /Users/Anil/Desktop/
  1. 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/

Package Sidebar

Install

npm i apigee2openapi

Weekly Downloads

7

Version

0.1.10

License

MIT

Unpacked Size

18 kB

Total Files

10

Last publish

Collaborators

  • anil614sagar
  • dinochiesa
  • ssvaidyanathan
  • kurtkanaskie