Changes between Version 65 and Version 66 of WebRpc


Ignore:
Timestamp:
Jan 21, 2021, 11:59:47 PM (3 years ago)
Author:
davea
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WebRpc

    v65 v66  
    88These can be used by [AccountManagement account management systems]
    99and credit statistics web sites.
     10
     11The file boinc/html/inc/web_rpc_api.php has PHP interfaces for
     12a few of the RPCs (lookup_account, create_account, download_info).
     13Use those if possible, and you can skip the details below.
    1014
    1115These RPCs have the following conventions:
     
    6064
    6165 '''-209''': Attach failed. Perhaps due to invalid invitation code.
    62 
    63 The file boinc/html/inc/web_rpc_api.php has PHP interfaces for
    64 a few of the RPCs (lookup_account, create_account, download_info).
    6566
    6667----