Skip to content

Instantly share code, notes, and snippets.

@thisandagain
Last active August 29, 2015 14:20
Show Gist options
  • Save thisandagain/c0645e6953e9949f8e5c to your computer and use it in GitHub Desktop.
Save thisandagain/c0645e6953e9949f8e5c to your computer and use it in GitHub Desktop.
/discover
[
{
"id": 1,
"version": "0.0.0",
"title": "Yam Fries",
"featured": true,
"history": {
"created_at": "2015-04-20T16:11:13.961Z",
"updated_at": "2015-04-20T16:11:13.961Z",
"deleted_at": null
},
"thumbnail": {
"400": "https://blah.storage.com/some/image.jpg",
"1024": "https://blah.storage.com/some/image.jpg"
},
"author": {
"id": 1234,
"username": "billmurray",
"locale": {
"language": "en",
"country": "US"
},
"history": {
"created_at": "2015-04-20T16:11:13.961Z",
"updated_at": "2015-04-20T16:11:13.961Z",
"deleted_at": null
},
"permissions": {
"staff": false,
"moderator": false
}
}
},
{
"id": 2,
"version": "0.0.0",
"title": "Something else",
"featured": true,
"history": {
"created_at": "2015-04-20T16:11:13.961Z",
"updated_at": "2015-04-20T16:11:13.961Z",
"deleted_at": null
},
"thumbnail": {
"400": "https://blah.storage.com/some/image.jpg",
"1024": "https://blah.storage.com/some/image.jpg"
},
"author": {
"id": 1234,
"username": "billmurray",
"locale": {
"language": "en",
"country": "US"
},
"history": {
"created_at": "2015-04-20T16:11:13.961Z",
"updated_at": "2015-04-20T16:11:13.961Z",
"deleted_at": null
},
"permissions": {
"staff": false,
"moderator": false
}
}
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment