Changes between Version 15 and Version 16 of WebRpc
- Timestamp:
- Sep 27, 2007, 10:48:03 AM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WebRpc
v15 v16 48 48 Account creation disabled 49 49 * The output is XML. 50 * If the project's [# Projectconfigurationget_project_config.php] file includes a `<rpc_prefix>` element, its content should be used as the URL prefix; otherwise use the project's master URL.51 52 53 == Project configuration == 50 * If the project's [#get_project_config get_project_config.php] file includes a `<rpc_prefix>` element, its content should be used as the URL prefix; otherwise use the project's master URL. 51 52 53 == Project configuration == #get_project_config 54 54 55 55 Each BOINC project and account manager exports a few configuration items via a web RPC; namely, it must provide an XML document at the address … … 133 133 134 134 135 == Server status == 135 == Server status == #server_status 136 136 137 137 BOINC-based projects offer the following XML export at `URL/server_status.php`. These are generally updated every 10 minutes or so - do not poll more often than that. These can be used to make web sites showing the server status of multiple BOINC projects. … … 174 174 }}} 175 175 176 == Create account == 176 == Create account == #create_account 177 177 178 178 '''URL''':: … … 192 192 If the project already has an account with that email address, and a different password, it returns an error. If an account with that email address exists and has the same password, it returns the authenticator. Otherwise the project creates an account and returns the authenticator. 193 193 194 == Look up account == 194 == Look up account == #lookup_account 195 195 196 196 '''URL''':: … … 210 210 211 211 212 == Get account info == 212 == Get account info == #am_get_info 213 213 214 214 … … 244 244 returns data associated with the given account 245 245 246 == Set account info == 246 == Set account info == #am_set_info 247 247 248 248 … … 262 262 Updates one or more attributes of the given account. The password hash is MD5(password+lower_case(email_addr)). If email address is changed, you must also change the password hash. 263 263 264 == Set host info == 264 == Set host info == #am_set_host_info 265 265 266 266 … … 280 280 Updates the host's venue 281 281 282 == Get account/host credit information == 282 == Get account/host credit information == #show_user 283 283 284 284 … … 342 342 Returns info about an account. If called with the account key, returns a list of hosts associated with the account. 343 343 344 == Get result list with pending credit == 344 == Get result list with pending credit == #pending 345 345 346 346 '''URL''':: … … 360 360 }}} 361 361 362 == Create team == 362 == Create team == #create_team 363 363 364 364 '''URL''':: … … 378 378 Creates a team 379 379 380 == Look up teams by name == 380 == Look up teams by name == #team_lookup_name 381 381 382 382 … … 416 416 417 417 418 == Look up team by ID == 418 == Look up team by ID == #team_lookup_id 419 419 420 420 … … 444 444 445 445 446 == Get team member list == 446 == Get team member list == #team_email_list 447 447 448 448 … … 476 476 477 477 478 == Set forum preferences == 478 == Set forum preferences == #edit_forum_preferences 479 479 480 480 … … 489 489 490 490 491 == Get last user's posts from the forum == 491 == Get last user's posts from the forum == #forum_get_data_user_posts 492 492 493 493 … … 520 520 521 521 522 == Get last user's threads from the forum == 522 == Get last user's threads from the forum == #forum_get_data_user_threads 523 523 524 524 … … 551 551 552 552 553 == Get list of application versions == 553 == Get list of application versions == #apps 554 554 555 555 '''URL'''::