Skip to content
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.

API

  • /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
Clone this wiki locally