Server.system_multicall
- Server.system_multicall(call_list)[source]
system.multicall([{‘methodName’: ‘add’, ‘params’: [2, 2]}, …]) => [[4], …]
Allows the caller to package multiple XML-RPC calls into a single request.
Site Navigation
system.multicall([{‘methodName’: ‘add’, ‘params’: [2, 2]}, …]) => [[4], …]
Allows the caller to package multiple XML-RPC calls into a single request.