JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 1703
  • Score
    100M100P100Q108198F
  • License Apache-2.0

A tool that converts openapi yaml file to Apigee API Proxy Bundle

Package Exports

    This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (openapi2apigee) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

    Readme

    openapi-apigee-node-utility

    npm version JavaScript Style Guide

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

    Now supports OAS v3 as well

    Pre-requisite

    • node.js

    Installation

    You can install openapi2apigee either through npm or by cloning the code from this GitHub repo. This README covers the installation steps with npm.

    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 Organization.

    Example

    $ openapi2apigee generateApi petStore -s http://petstore.swagger.io/v2/swagger.json -D -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


    Support

    This is not an officially supported Google product