Changes between Version 20 and Version 21 of Notifications
- Timestamp:
- Nov 3, 2009, 11:19:40 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Notifications
v20 v21 138 138 <notifications_supported /> 139 139 }}} 140 140 141 === GUI RPCs === 142 141 143 ==== get_feeds() ==== 142 144 Enumerates all the feeds for a given project as well as provides the properties for a given feed. … … 149 151 * This RPC should not require authentication. 150 152 * If project_url is empty an error should be returned. 153 151 154 152 155 ==== get_feed() ==== … … 163 166 * This RPC should not require authentication. 164 167 168 165 169 ==== get_private_feed() ==== 166 170 Enumerates all the feed items for a given feed as well as provides the properties for a given feed item. … … 174 178 * If both project_url and feed_url are empty, the BOINC client stream is returned. 175 179 * This RPC requires authentication. 180 176 181 177 182 ==== set_ feed_item_option() ==== … … 189 194 * This RPC requires authentication. 190 195 196 191 197 == BOINC Manager == 192 198