Changes between Version 20 and Version 21 of Notifications

Show
Ignore:
Author:
romw (IP: 173.160.3.53)
Timestamp:
11/03/09 11:19:40 (3 weeks ago)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Notifications

    v20 v21  
    138138<notifications_supported /> 
    139139}}} 
     140 
    140141=== GUI RPCs === 
     142 
    141143==== get_feeds() ==== 
    142144Enumerates all the feeds for a given project as well as provides the properties for a given feed. 
    149151 * This RPC should not require authentication. 
    150152 * If project_url is empty an error should be returned. 
     153 
    151154 
    152155==== get_feed() ==== 
    163166 * This RPC should not require authentication. 
    164167 
     168 
    165169==== get_private_feed() ==== 
    166170Enumerates all the feed items for a given feed as well as provides the properties for a given feed item. 
    174178 * If both project_url and feed_url are empty, the BOINC client stream is returned. 
    175179 * This RPC requires authentication. 
     180 
    176181 
    177182==== set_ feed_item_option() ==== 
    189194 * This RPC requires authentication. 
    190195 
     196 
    191197== BOINC Manager == 
    192198 

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.