Skip to content

Instantly share code, notes, and snippets.

@quartzjer
Created October 10, 2011 22:24
Show Gist options
  • Save quartzjer/1276758 to your computer and use it in GitHub Desktop.
Save quartzjer/1276758 to your computer and use it in GitHub Desktop.
Current State:
• /query
• /synclets/<syncletname>/getCurrent/<type>
• /Me/links
◦ /state
◦ /ready (redundant to /state)
◦ /since
◦ /search
◦ /getLinksFull (non-REST naming)
◦ /getLinks (non-REST naming)
◦ /getEncounters (non-REST naming)
◦ /embed
• /Me/contacts
◦ /state
◦ /ready (redundant to /state)
◦ /since
◦ /allContacts (redundant to /query, still used? non-REST naming)
◦ /:id
• /Me/photos
◦ /state
◦ /ready (redundant to /state)
◦ /since
◦ /allPhotos (redundant to /query, still used?,  non-REST naming)
◦ /fullPhoto/:photoId  (non-REST naming)
◦ /getPhoto/:photoId (non-REST naming)
◦ /:id
• /Me/search
◦ /query
• /map
• /providers
• /provides
• /available
• /event
• /listen
• /deafen
Core (depreciated)
• /diary
• /install, uninstall
• /enable, disable
• /encrypt, decrypt
• /at
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment