Skip to content

Instantly share code, notes, and snippets.

@RickSlot
Created May 22, 2018 11:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save RickSlot/b706c0f1c85f394a90f328219023c4ed to your computer and use it in GitHub Desktop.
Save RickSlot/b706c0f1c85f394a90f328219023c4ed to your computer and use it in GitHub Desktop.
Wiremock first request
{
"request": {
"method": "GET",
"url": "/api/first"
},
"response": {
"status": 200,
"body": "Hello, Sourcelabs!"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment