Skip to content

nilaybhima/openapi2apigee

 
 

Repository files navigation

openapi-apigee-node-utility

npm version Build Status JavaScript Style Guide

OpenAPI (formerly known as Swagger) to Apigee API Proxy Bundle using Node.js Utility

Installation

You can install openapi2apigee 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 openapi2apigee module (and its dependencies) is designed for Node.js and is available through npm using the following command:

From a Terminal Window:

$ npm install -g openapi2apigee

Command reference and examples

generateApi

Generates Apigee API Bundles from OpenAPI files and help you deploy to Apigee Edge

Examples

$ openapi2apigee generateApi petStore -s http://petstore.swagger.io/v2/swagger.json -D -d /Users/Anil/Desktop/

Articles

Getting Started with OpenAPI

openapi2apigee Apigee-127 Extensions support

Secure APIs using OAuth 2.0 & Verify API Key Policies in Apigee using OpenAPI 2.0

About

OpenAPI to Apigee API Proxy using Node.js Utility

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 99.5%
  • Shell 0.5%