Skip to content

Instantly share code, notes, and snippets.

@mikolajprzybysz
Created September 23, 2018 22:02
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/0f9d4dad4b84e4ceaecdda6b28fa68bb to your computer and use it in GitHub Desktop.
Save mikolajprzybysz/0f9d4dad4b84e4ceaecdda6b28fa68bb to your computer and use it in GitHub Desktop.
{
"request": {
"method": "GET",
"url": "/books/123"
},
"response": {
"status": 200,
"jsonBody": {
"title": "Sample book title",
"author": "Sample Author"
},
"headers": {
"Content-Type": "application/json"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment