Skip to content

Instantly share code, notes, and snippets.

@grokify
Last active January 9, 2017 23:00
Show Gist options
  • Save grokify/d89f64a293cf4ed788be587f03d3eb15 to your computer and use it in GitHub Desktop.
Save grokify/d89f64a293cf4ed788be587f03d3eb15 to your computer and use it in GitHub Desktop.
{
"records": [
{
"status": 200,
"body": {
"id": "000000001",
"name": "Avengers",
...
}
},
{
"status": 404,
"body": {
"error": "item_not_found",
"error_description": "requested item was not found."
}
},
{
"status": 200,
"body": {
"id": "000000003",
"name": "Rebel Alliance",
...
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment