-
Notifications
You must be signed in to change notification settings - Fork 24
API Mock Tutorial: Applying Sequences
Matthew Gallina edited this page Dec 4, 2018
·
16 revisions
To help imitate real world behaviour, HTTP mocks can be configured to return different responses per call, using either Sequences, Rules or through an External Feed.
In this section we will explore how to use Sequences and apply this to the /helloworld mock creating under the Getting Started step.
- Open http://localhost:8000/ in your browser.
- Under the HTTP tab, locate the mock /helloworld and click the View button.
- From the HTTP Endpoint page, click on the Add Seq Response button.
TODO