Welcome to the repostory for the Axway University course for API Builder!
You can find the course here.
The material is arranged in the following sections, which matches the videos in the course.
- Section 1 - Introduction, Installation, First Project
- Section 2 - The Flow Editor, REST connectors, Flow Triggers
- Section 3 - Models & Databases
- Section 4 - Deployment & Regression Testing
- Section 5 - API Builder & the Amplify Platform
- Section 6 - The Plugin SDK
In each of the sections, you'll find the projects we used to create the videos. If you would like to use these projects yourself, then you should do the following:
- Use
git clone
to download the project onto your development machine. - Then change directory into the project with
cd <project name>
- Use
npm install
to restore the dependencies for the project. - Lastly, launch the project with
npm start