Created
August 10, 2017 08:28
-
-
Save martinzuern/4f33d54a350651808f24b5e2d21f73a4 to your computer and use it in GitHub Desktop.
API Test
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, | |
"first_name": "george", | |
"last_name": "bluth", | |
"avatar": "https://s3.amazonaws.com/uifaces/faces/twitter/calebogden/128.jpg" | |
}, { | |
"id": 2, | |
"first_name": "lucille", | |
"last_name": "bluth", | |
"avatar": "https://s3.amazonaws.com/uifaces/faces/twitter/josephstein/128.jpg", | |
"lol": [ | |
"Hi there!", | |
"I'm a substructure." | |
] | |
}, { | |
"id": 3, | |
"first_name": "oscar", | |
"last_name": "bluth", | |
"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