0.0.1 • Published 4 years ago

testopenapi2apigee v0.0.1

Weekly downloads
7
License
-
Repository
-
Last release
4 years ago

openapi-apigee-node-utility

openapi2apigee module converts a standard Open API spec (previously known as Swagger) into an Apigee API Proxy bundle

Pre-requisite

  • node.js

Installation from npm

From a Terminal Window:

$ npm install -g openapi2apigee

Command reference and examples

generateApi

Generates Apigee API Proxy bundle from OpenAPI specification file and deploys to Apigee Edge Organization.

Example

$ openapi2apigee generateApi petStore -s swagger.json -d /Users/me/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