Skip to content

Instantly share code, notes, and snippets.

@martinzuern
Created August 10, 2017 08:28
Show Gist options
  • Save martinzuern/4f33d54a350651808f24b5e2d21f73a4 to your computer and use it in GitHub Desktop.
Save martinzuern/4f33d54a350651808f24b5e2d21f73a4 to your computer and use it in GitHub Desktop.
API Test
{
"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