Changes between Version 20 and Version 21 of Notifications


Ignore:
Timestamp:
Nov 3, 2009, 11:19:40 AM (14 years ago)
Author:
romw
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