Skip to content
This repository was archived by the owner on Jul 14, 2022. It is now read-only.

Quick Start: Operating in Mock Mode

wwitman edited this page Sep 24, 2014 · 4 revisions

Operating in mock mode

Before we move along, we thought we'd call your attention to the Mock Mode feature of Apigee-127.

The handy and convenient Apigee-127 mock mode lets you "mock up" API routes/paths and response objects in the Swagger editor and test them without writing any controller code. By default, mock mode responses are system-generated; however, you can optionally implement custom mock controllers to return custom responses.

Just start your project with the -m Mock mode flag:

a127 project start -m

For details, see Running Apigee-127 in mock mode.

Clone this wiki locally