This repository was archived by the owner on Jul 14, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 24
Quick start
WWitman edited this page Sep 8, 2014
·
19 revisions
The purpose of this Quick Start is to show you how easily and quickly you can get a simple API up and running using Apigee-127.
-
$ npm install -g apigee-127
(as described in Installation). - Create a root folder for your Apigee 127 projects and cd to that folder.
- Execute:
a127 project create hello-world
$ cd hello-world
$ a127 project start
- In another terminal, run:
$ curl http://localhost:10010/hello?name=Me
. You should see the responseHello, Me
.
That's it - You have now created, started and tested your first API project with Apigee-127!
To understand what happens behind the scenes see: [Quick Start Deep Dive] (https://github.com/apigee-127/a127-documentation/wiki/Quick-start-deep-dive)
- [Add a Quota] quickstart-add-qouta
- [Add a Path] quickstart-add-path
- [Operating in Mock Mode] quickstart-mock-mode
- [Implement a Controller] quickstart-implement-controller
- [Add Caching] quickstart-add-caching
- [Add Apigee OAuth] quickstart-add-oauth-apigee
- [Add Apigee Analytics] quickstart-add-analytics-apigee
- [Deploy to Apigee Edge] quickstart-deploy-edge
Having Trouble? Try posting your question to the Apigee Community. Or, for more links and resources, check out our Help Page
Need help? Visit the Apigee Community ! |
---|
-
Getting started
-
Add policies to your API
-
Add security policies
-
Deploy your projects
-
Programmatic hooks
-
Good to know about
-
Deep dives
-
Reference topics
-
Troubleshooting and getting help
-
Related resources