Changes between Version 13 and Version 14 of WebRpc
- Timestamp:
- Aug 9, 2007, 7:37:19 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WebRpc
v13 v14 23 23 }}} 24 24 25 where N is a BOINC error number and xxx is a textual description. BOINC error numbers are in lib/error_numbers.h; common errors are:25 where N is a BOINC error number and xxx is a textual description. BOINC error numbers are in [source:trunk/boinc/lib/error_numbers.h lib/error_numbers.h]; common errors are: 26 26 27 27 '''-1''':: … … 48 48 Account creation disabled 49 49 * The output is XML. 50 * If the project's [ ProjectConfigRpcget_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.50 * If the project's [#Projectconfiguration 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 51 52 52 … … 130 130 A list of platforms for which the project has application versions. 131 131 '''system_requirements''':: 132 Hardware requirements for participating in this project. If a computer doesn't meet these requirements it may not get sent any work by the project. All requirements are 'net'; e.g. the CPU requirements are after factors like [ClientSched on-fraction, active-fraction],and resource share have been taken into consideration. NOT IMPLEMENTED YET.132 Hardware requirements for participating in this project. If a computer doesn't meet these requirements it may not get sent any work by the project. All requirements are 'net'; e.g. the CPU requirements are after factors like [ClientSched on-fraction, active-fraction], and resource share have been taken into consideration. NOT IMPLEMENTED YET. 133 133 134 134 … … 190 190 191 191 '''action''':: 192 If the project already has an account with that email address, and a different password, it returns an error. 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 194 == Look up account == … … 207 207 208 208 '''action''':: 209 If an account with the given email address doesn't exist, return an error. 209 If an account with the given email address doesn't exist, return an error. If passwd_hash is given and is correct, return the account key. 210 210 211 211 … … 526 526 project/forum_get_data.php?method=user_threads&userid=N&count=N 527 527 '''input''':: 528 userid: numeric user ID in the database count ''(optional)'': number of entries to return. Maximum 50, default 10. 528 * userid: numeric user ID in the database 529 * count ''(optional)'': number of entries to return. Maximum 50, default 10. 529 530 '''output''':: 530 531 … … 555 556 project/apps.php?xml=1 556 557 '''output''':: 557 List of applications and application versions. 558 List of applications and application versions. For example: 558 559 {{{ 559 560 <?xml version="1.0" encoding="ISO-8859-1" ?>