Skip to content

Instantly share code, notes, and snippets.

@whalec
Created August 6, 2011 04:06
Show Gist options
  • Save whalec/1129001 to your computer and use it in GitHub Desktop.
Save whalec/1129001 to your computer and use it in GitHub Desktop.
Initial thoughts on the attachment API response
//An attachment representation
{
"id" : 4
"endpont" : "http://s3.amazonaws.com/sns-bucket/production/images/"
"file" : "file.png",
"styles" : [
{"name" : "icon"},
{"name" : "small"},
{"name" : "small@2x"}
]
"updated_at" : "2011-07-14T00:41:44Z"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment