Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 1.72 KB

README.md

File metadata and controls

32 lines (20 loc) · 1.72 KB

Petstore API application

Petstore is a full API application that integrates Apigee Edge with API BaaS to provide data about mobile food carts.

Getting started

Learn how to install, set up, and use Petstore, on the doc wiki.

About Petstore

Petstore illustrates the following:

  • Multiple client-facing proxies calling a single internal proxy (using proxy chaining) to share a connection with a backend resource.
  • Authentication with Edge OAuth policies.
  • Authorization with API BaaS user groups, roles, and permissions.
  • Enforcing two distinct client access levels with the Quota policy.
  • Suppressing traffic spikes with the Spike Arrest policy.
  • Node.js modules to integrate an API BaaS data store with Edge proxies.
  • Storing sensitive credential data in the Edge secure store (vault).

Petstore diagram.

Learn more about what's in Petstore

Petstore integrates a set of Edge API proxies with an API BaaS data store. You might be interested in: