Changes between Version 66 and Version 67 of WebRpc


Ignore:
Timestamp:
Jan 22, 2021, 12:40:33 AM (3 years ago)
Author:
davea
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WebRpc

    v66 v67  
    791791    auth:: authenticator of user account
    792792    rpc_key:: a security key supplied by the target project
    793     action: must be 'get_info'
     793    action:: must be 'get_info'
    794794 output::
    795795    Error if account not found, or can't figure out user's platform,
     
    824824The <boinc_vbox> element is present if there's a combined BOINC/VirtualBox installer for the platform.
    825825
    826 See web_rpc_api.inc for example usage in PHP.
     826See web_rpc_api.inc for example usage in PHP; this shows how to make
     827Download buttons based on the info returned by the RPC.