Changes between Version 64 and Version 65 of WebRpc
- Timestamp:
- Jan 21, 2021, 11:57:52 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WebRpc
v64 v65 787 787 project/download_software.php 788 788 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' 792 793 output:: 793 794 Error if account not found, or can't figure out user's platform, … … 803 804 <token>X</token> 804 805 <user_id>X</user_id> 806 <platform>X</platform> 805 807 <boinc> 806 808 <filename>X</filename> … … 818 820 This info is used to create buttons for downloading 819 821 auto-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. 822 I.e. when the user downloads and installs, they'll be attached to the given account. 823 The <boinc_vbox> element is present if there's a combined BOINC/VirtualBox installer for the platform. 823 824 824 825 See web_rpc_api.inc for example usage in PHP.