Created
March 23, 2018 15:19
-
-
Save TitasGailius/57c42c2910695677c6062132b0d05d2b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"data": [ | |
{ | |
"id": 1, | |
"name": "Eladio Schroeder Sr.", | |
"email": "[email protected]", | |
}, | |
{ | |
"id": 2, | |
"name": "Liliana Mayert", | |
"email": "[email protected]", | |
} | |
], | |
"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