0.6.1 • Published 6 years ago

nil-openapi2apigee v0.6.1

Weekly downloads
4
License
MIT
Repository
github
Last release
6 years ago

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