method

multicall

Importance_1
v2_1_10 - Show latest stable - 0 notes - Class: Client
multicall(*methods) public

You can use this method to execute several methods on a XMLRPC server which support the multi-call extension.

s.multicall(
  ['michael.add', 3, 4],
  ['michael.sub', 4, 5]
)
# => [7, -1]
Show source
Register or log in to add new notes.