Skip to content

Instantly share code, notes, and snippets.

@TitasGailius
Created March 23, 2018 15:19
Show Gist options
  • Save TitasGailius/57c42c2910695677c6062132b0d05d2b to your computer and use it in GitHub Desktop.
Save TitasGailius/57c42c2910695677c6062132b0d05d2b to your computer and use it in GitHub Desktop.
{
"data": [
{
"id": 1,
"name": "Eladio Schroeder Sr.",
"email": "therese28@example.com",
},
{
"id": 2,
"name": "Liliana Mayert",
"email": "evandervort@example.com",
}
],
"links":{
"first": "http://example.com/pagination?page=1",
"last": "http://example.com/pagination?page=1",
"prev": null,
"next": null
},
"meta":{
"current_page": 1,
"from": 1,
"last_page": 1,
"path": "http://example.com/pagination",
"per_page": 15,
"to": 10,
"total": 10
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment