Created
November 20, 2014 08:32
-
-
Save maxtomassi/47b9c44c4222e55cb750 to your computer and use it in GitHub Desktop.
Simulate slow API with WireMock standalone
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "request": { | |
| "method": "GET", | |
| "url": "/videos" | |
| }, | |
| "response": { | |
| "status": 200, | |
| "bodyFileName": "videos.json", | |
| "fixedDelayMilliseconds": 2000 | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment