@axway/amplify-central-apigee-extension
Version:
Create AMPLIFY Central resources from Apigee API Proxies
31 lines (17 loc) • 806 B
Markdown
# APIGEE Extension
## Disclaimer
This extension is example code and comes with no guarantee of support or maintenance.
## Setup
1. Login to [apigee](https://login.apigee.com/login)
2. You can find your org under org administration
## Debugging
The extension comes with 2 VSCode launch configurations [Debug apigee Tests, Debug apigee Generate]. You may need to change the `cwd` and `program` properties to work with your system.
## Installing/Building/Testing/Extending
**Install Dependencies**
``yarn``
**Build**
``yarn build``
**Test**
``yarn test``
**Extending**
The extension src framework/commands is written in TS but the code responsible for fetching and generating the resource files are written in JS inside `service.js`. You can modify the code at-will and build with `yarn build`.