Last active
October 31, 2016 16:05
-
-
Save alnutile/745b4e00fce7ef22867b6d4ada9931da 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
{ | |
"total": 50, | |
"per_page": 15, | |
"current_page": 1, | |
"last_page": 4, | |
"next_page_url": "http://laravel.app?page=2", | |
"prev_page_url": null, | |
"from": 1, | |
"to": 15, | |
"data": [ | |
{ }, //open object format | |
{ }, //open object format | |
], //always an array | |
"version": "1.1", | |
"meta_data": [ | |
{ }, //open object format | |
{ }, //open object format | |
], | |
} |
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": [ | |
"total": 50, | |
"per_page": 15, | |
"current_page": 1, | |
"last_page": 4, | |
"next_page_url": "http://laravel.app?page=2", | |
"prev_page_url": null, | |
"from": 1, | |
"to": 15, | |
"data": [ | |
{ }, //open object format | |
{ }, //open object format | |
] | |
], //always an array | |
"version": "1.1", | |
"meta_data": [ | |
{ }, //open object format | |
{ }, //open object format | |
], | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Item 2
payload_with_pagination.json
is a good one even if there only one page