Created
July 25, 2019 02:10
-
-
Save willyanmarques/87024b58c5b89dff30f287acb43e9222 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
{ | |
"page": 1, | |
"per_page": 3, | |
"total": 12, | |
"total_pages": 4, | |
"data": [ | |
{ | |
"id": 1, | |
"email": "[email protected]", | |
"first_name": "George", | |
"last_name": "Bluth", | |
"avatar": "https://s3.amazonaws.com/uifaces/faces/twitter/calebogden/128.jpg" | |
}, | |
{ | |
"id": 2, | |
"email": "[email protected]", | |
"first_name": "Janet", | |
"last_name": "Weaver", | |
"avatar": "https://s3.amazonaws.com/uifaces/faces/twitter/josephstein/128.jpg" | |
}, | |
{ | |
"id": 3, | |
"email": "[email protected]", | |
"first_name": "Emma", | |
"last_name": "Wong", | |
"avatar": "https://s3.amazonaws.com/uifaces/faces/twitter/olegpogodaev/128.jpg" | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment