Changes between Version 66 and Version 67 of WebRpc
- Timestamp:
- Jan 22, 2021, 12:40:33 AM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WebRpc
v66 v67 791 791 auth:: authenticator of user account 792 792 rpc_key:: a security key supplied by the target project 793 action: must be 'get_info'793 action:: must be 'get_info' 794 794 output:: 795 795 Error if account not found, or can't figure out user's platform, … … 824 824 The <boinc_vbox> element is present if there's a combined BOINC/VirtualBox installer for the platform. 825 825 826 See web_rpc_api.inc for example usage in PHP. 826 See web_rpc_api.inc for example usage in PHP; this shows how to make 827 Download buttons based on the info returned by the RPC.