You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@esme.apache.org by bu...@apache.org on 2011/07/17 15:30:57 UTC

svn commit: r792902 - /websites/staging/esme/trunk/content/docs/apis/api-2.0---design.html

Author: buildbot
Date: Sun Jul 17 13:30:57 2011
New Revision: 792902

Log:
Staging update by buildbot

Modified:
    websites/staging/esme/trunk/content/docs/apis/api-2.0---design.html

Modified: websites/staging/esme/trunk/content/docs/apis/api-2.0---design.html
==============================================================================
--- websites/staging/esme/trunk/content/docs/apis/api-2.0---design.html (original)
+++ websites/staging/esme/trunk/content/docs/apis/api-2.0---design.html Sun Jul 17 13:30:57 2011
@@ -64,27 +64,35 @@ prioritizing the performance benefits of
 <h2 id="resourceobjectstream_hierarchy">Resource/Object/Stream Hierarchy</h2>
 <p>The above is based on a rough object hierarchy as follows:</p>
 <ul>
-<li>ESME API instance (api/)
-<strong> Session (api2/session)
-</strong> Users (api2/users)
-<strong><em> Specific User (api2/users/USERID)
-</em></strong><em> User's tokens (api2/users/USERID/tokens)
-<strong> Messages posted by logged in user (api2/user/messages) (1)
-</strong> Users followed by logged in user (api2/user/followees)
-<strong> Users following logged in user (api2/user/followers)
-</strong> Trackers belonging to logged in user (api2/user/tracks)
-<strong><em> Messages from a track (api2/user/tracks/TRACKID/messages) (1)
-<strong> Actions belonging to logged in user (api2/user/actions)
-</strong> Messages (api2/messages) (1)
-** Tags (api2/tags)</em></strong> Messages posted to a tag (api2/tags/TAG/messages) (1)
-<strong> Conversations (api2/conversations)
-<strong><em> Messages posted to a conversation
-(api2/conversations/CONVERSATIONID/messages) (1)
-** Pools (api2/pools)
-</em></strong> Users associated with a pool (api2/pools/POOLID/users)
-</strong></em> Messages posted to a pool (api2/pools/POOLID/messages) (1)
-<strong> Searches ?? (1)
-</strong> Trends ??</li>
+<li>ESME API instance (api2/)</li>
+<li>Session (api2/session)</li>
+<li>Users (api2/users)<ul>
+<li>Specific User (api2/users/USERID)</li>
+<li>User's tokens (api2/users/USERID/tokens)</li>
+</ul>
+</li>
+<li>Messages posted by logged in user (api2/user/messages) (1)</li>
+<li>Users followed by logged in user (api2/user/followees)</li>
+<li>Users following logged in user (api2/user/followers)</li>
+<li>Trackers belonging to logged in user (api2/user/tracks)<ul>
+<li>Messages from a track (api2/user/tracks/TRACKID/messages) (1)</li>
+</ul>
+</li>
+<li>Actions belonging to logged in user (api2/user/actions)</li>
+<li>Messages (api2/messages) (1)</li>
+<li>Tags (api2/tags)<ul>
+<li>Messages posted to a tag (api2/tags/TAG/messages) (1)</li>
+</ul>
+</li>
+<li>Conversations (api2/conversations)<ul>
+<li>Messages posted to a conversation (api2/conversations/CONVERSATIONID/messages) (1)</li>
+</ul>
+</li>
+<li>Pools (api2/pools)<ul>
+<li>Users associated with a pool (api2/pools/POOLID/users)</li>
+<li>Messages posted to a pool (api2/pools/POOLID/messages) (1)</li>
+</ul>
+</li>
 </ul>
 <p>(1) Stream interface</p>
 <p>Each of these bullets represents a set of objects. The resource
@@ -212,12 +220,8 @@ doesn't exist </td></tr>
 
 <p>Once this interface is implemented where planned for a URL, the "Yes" above
 in the "Streaming?" column will be bolded.</p>
-<p>{gliffy:name=ESME delta message HTTP API|space=ESME|page=API 2.0 -
-Design|pageid=2329310|align=left|size=M}</p>
 <p><a name="API2.0-Design-Streams/Message-queuesinESMEandingeneral"></a></p>
 <h3 id="streamsmessage-queues_in_esme_and_in_general">Streams/Message-queues in ESME and in general</h3>
-<p>{gliffy:name=ESME message queues|space=ESME|page=API 2.0 -
-Design|pageid=2329310|align=left|size=M}</p>
 <p><a name="API2.0-Design-Formats"></a></p>
 <h2 id="formats">Formats</h2>
 <p><a name="API2.0-Design-Requestformats"></a></p>