Last active
August 29, 2015 14:20
-
-
Save thisandagain/59123dd736a87b21879a to your computer and use it in GitHub Desktop.
/users/:user/projects/:project
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
{ | |
"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 | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment