-
Notifications
You must be signed in to change notification settings - Fork 123
Photos STD WIP
temas edited this page Jul 22, 2011
·
5 revisions
{
id:string,
url:string,
thumbUrl:string,
mime-type:string,
width:int,
height:int,
size:int,
sources:[{service:string,id:string},...],
title:string,
caption:string,
exif:{
...
}
}
Others that need some consideration.
- comments
- geo-tag
- hashtags
These all feel like separate data types but are definitely linked data too.
-
/allPhotos
- JSON array of all of the photo objects -
/getPhoto/id
- Return the JSON of the given photo id -
/fullPhoto/id
- The actual image, just a redirect right now due to some issues