Changes between Version 16 and Version 17 of Notifications

Show
Ignore:
Author:
romw (IP: 173.160.3.53)
Timestamp:
11/03/09 10:16:27 (3 weeks ago)
Comment:

Provide specifics about the new GUI RPCs.

Legend:

Unmodified
Added
Removed
Modified
  • Notifications

    v16 v17  
    137137}}} 
    138138=== GUI RPCs === 
     139==== get_feeds() ==== 
     140Enumerates all the feeds for a given project as well as provides the properties for a given feed. 
     141 
     142Parameters: 
     143|| Parameter || Type || Meaning || 
     144|| project_url || string || Specify which project should the feed metadata be returned for. || 
     145 
     146'''Notes''': 
     147 * This RPC should not require authentication. 
     148 * If project_url is empty an error should be returned. 
     149 
     150==== get_feed() ==== 
     151Enumerates all the feed items for a given feed as well as provides the properties for a given feed item. 
     152 
     153Parameters: 
     154|| Parameter || Type || Meaning || 
     155|| project_url || string || Specify which project should the feed metadata be returned for. || 
     156|| feed_url || string || Specify which feed should the feed items be returned for. || 
     157 
     158'''Notes''': 
     159 * If both project_url and feed_url are empty, the BOINC client stream is returned. 
     160 * Requests for private feeds should return an error. 
     161 * This RPC should not require authentication. 
     162 
     163==== get_private_feed() ==== 
     164Enumerates all the feed items for a given feed as well as provides the properties for a given feed item. 
     165 
     166Parameters: 
     167|| Parameter || Type || Meaning || 
     168|| project_url || string || Specify which project should the feed metadata be returned for. || 
     169|| feed_url || string || Specify which feed should the feed items be returned for. || 
     170 
     171'''Notes''': 
     172 * If both project_url and feed_url are empty, the BOINC client stream is returned. 
     173 * This RPC requires authentication. 
    139174 
    140175== BOINC Manager == 

If this page is incomplete or incorrect, please edit it or add it to the wiki to-do list. To do this, you must be logged in; click Login or Register above.