Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The above is based on a rough object hierarchy as follows:

  • ESME API instance (api/)
    • Session (api2/session)
    • Users (api2/usersSessions (api/sessions)
    • Messages posted by logged in user (apiapi2/user/messages) (1)
    • Users followed by logged in user (apiapi2/user/followees)
    • Users following logged in user (apiapi2/user/followers)
    • Trackers belonging to logged in user (api2/user (api/tracks)
      • Messages from a track (api2/user/tracks/TRACKID/messages) (1)
    • Actions belonging to logged in user (apiapi2/user/actions)
    • Messages (apiapi2/messages) (1)
    • Tags (api/tags(api2/tags)
      • Messages posted to a tag (api2/tags/TAG/messages) (1)
    • Conversations (api/conversations(api2/conversations)
      • Messages posted to a conversation (api2/conversations/CONVERSATIONID/messages) (1)
    • Pools (api/pools(api2/pools)
      • Users associated with a pool (api2/pools/POOLID/users)
      • Messages posted to a pool (api2/pools/POOLID/messages) (1)
      • ?
    • Searches ?? (1)
    • Trends ??

(1) Stream interface should be available and use should be encouraged

...