Skip to content

Instantly share code, notes, and snippets.

@hootlex
Last active May 31, 2016 16:22
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 hootlex/0410f2a0df918e3bb22d700375dae591 to your computer and use it in GitHub Desktop.
Save hootlex/0410f2a0df918e3bb22d700375dae591 to your computer and use it in GitHub Desktop.
animals
{
"current_page": 1,
"last_page": 3,
"next_page_url": "/animals2.json",
"prev_page_url": null,
"data": [
{
"id": 1,
"name": "Crocodile"
},
{
"id": 2,
"name": "Bobcat"
},
{
"id": 3,
"name": "Elephant"
},
{
"id": 4,
"name": "bandicoot"
},
{
"id": 5,
"name": "barracuda"
}
]
}
{
"current_page": 2,
"last_page": 3,
"next_page_url": "/responses/dummy2.json",
"prev_page_url": "https://gist.githubusercontent.com/hootlex/0410f2a0df918e3bb22d700375dae591/raw/70761d188b55f2a5918bedb789bd363041aaf398/animals1.json",
"data": [
{
"id": 1,
"name": "Black bear"
},
{
"id": 2,
"name": "Bobcat"
},
{
"id": 3,
"name": "Cockatoo"
},
{
"id": 4,
"name": "Duck"
},
{
"id": 5,
"name": "Frog"
}
]
}
{
"current_page": 2,
"last_page": 3,
"next_page_url": "/responses/dummy2.json",
"prev_page_url": "https://gist.githubusercontent.com/hootlex/0410f2a0df918e3bb22d700375dae591/raw/70761d188b55f2a5918bedb789bd363041aaf398/animals1.json",
"data": [
{
"id": 1,
"name": "Black bear"
},
{
"id": 2,
"name": "Bobcat"
},
{
"id": 3,
"name": "Cockatoo"
},
{
"id": 4,
"name": "Duck"
},
{
"id": 5,
"name": "Frog"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment