Skip to content

Instantly share code, notes, and snippets.

@mikolajprzybysz
Created September 23, 2018 22:07
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 mikolajprzybysz/0d1b739af802141e97376248f6cc642d to your computer and use it in GitHub Desktop.
Save mikolajprzybysz/0d1b739af802141e97376248f6cc642d to your computer and use it in GitHub Desktop.
{
"request": {
"method": "GET",
"url": "/book/not-existing"
},
"response": {
"status": 404,
"jsonBody": {
"code": 4040,
"message": "Requested resource does not exist"
},
"headers": {
"Content-Type": "application/json"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment