Changes between Version 64 and Version 65 of WebRpc


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

--

Legend:

Unmodified
Added
Removed
Modified
  • WebRpc

    v64 v65  
    787787    project/download_software.php
    788788 input::
    789     user_agent: user agent string passed by user's browser
    790     authenticator:: authenticator of user account
    791     caller_key:: a key supplied by the target project
     789    user_agent:: user agent string passed by user's browser
     790    auth:: authenticator of user account
     791    rpc_key:: a security key supplied by the target project
     792    action: must be 'get_info'
    792793 output::
    793794    Error if account not found, or can't figure out user's platform,
     
    803804   <token>X</token>
    804805   <user_id>X</user_id>
     806   <platform>X</platform>
    805807   <boinc>
    806808      <filename>X</filename>
     
    818820This info is used to create buttons for downloading
    819821auto-attach versions of the BOINC installer.
    820 I.e. when the user downloads and installs,
    821 they'll be attached to the given account.
    822 The <boinc_vbox> element is present if there's a combined BOINC/Vbox installer for the platform.
     822I.e. when the user downloads and installs, they'll be attached to the given account.
     823The <boinc_vbox> element is present if there's a combined BOINC/VirtualBox installer for the platform.
    823824
    824825See web_rpc_api.inc for example usage in PHP.