Skip to content

markitondemand/apigee-proxy-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Apigee Proxy Generator

A Yeoman generator to generate Apigee proxies for Apigee Edge.

Installation

If you do not already have it on your system, install Yeoman globally.

npm install -g yo

Install the generator

npm install -g apigee-proxy-generator

Add/Edit Proxy Files

  • Add the Apigee files to the "generators > app > templates > apiproxy" directory. The files can be exported from Apigee Edge if the desired proxy was created via Apigee Edge UI.
  • Add any other applicable files needed in the generator.
  • Modify "generators > app > templates > apiproxy > proxy-name.xml" to include the applicable nodes, ie . This file name will be updated to the "name" property passed in during generator execution.

Generator Execution

  1. Create a directory for your project, ie "example-api"
  2. Run the generator in your project's root directory
  3. yo apigee-proxy

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published