Socket
Book a DemoInstallSign in
Socket

apigee2openapi

Package Overview
Dependencies
Maintainers
4
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

apigee2openapi

Apigee Edge Proxy Bundle to OpenAPI 2.0 conversion tool

latest
Source
npmnpm
Version
0.1.10
Version published
Maintainers
4
Created
Source

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/

Keywords

Apigee

FAQs

Package last updated on 14 Sep 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts