Skip to content

Instantly share code, notes, and snippets.

@maxtomassi
Created November 20, 2014 08:32
Show Gist options
  • Select an option

  • Save maxtomassi/47b9c44c4222e55cb750 to your computer and use it in GitHub Desktop.

Select an option

Save maxtomassi/47b9c44c4222e55cb750 to your computer and use it in GitHub Desktop.
Simulate slow API with WireMock standalone
{
"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