Skip to content

Instantly share code, notes, and snippets.

@whalec
Created July 22, 2011 03:50
Show Gist options
  • Save whalec/1098851 to your computer and use it in GitHub Desktop.
Save whalec/1098851 to your computer and use it in GitHub Desktop.
Images API
"images" : [
{
"id":4,
"updated_at" : "2011-07-14T00:41:44Z",
"attachments": [
{
"style" : "icon",
"url" : "http://s3.amazonaws.com/sns-bucket/production/images/4/icon/file.png"
},
{
"style" : "original",
"url" : "http://s3.amazonaws.com/sns-bucket/production/images/4/original/file.png"
},
{
"style" : "small",
"url" : "http://s3.amazonaws.com/sns-bucket/production/images/4/small/file.png"
}
]
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment