ServerProxy

Documentation for Python's

  • ServerProxy class, and its instance methods
  • system.listMethods()
  • system.methodSignature(name)
  • system.methodHelp(name)

can be found in Python's XML-RPC client access documentation (which is located in the Standard Library, section Internet Protocols and Support)

Note that due a problem that will not be fixed, system.methodSignature() and system.methodHelp() do not work in the Wikidot implementation.

To learn more about Wikidot's XML-RPC API method system.multicall(), see the Python documentation for Multicall Objects. I haven't been able to figure out a working calling sequence for system.multicall() — I've asked Piotr to provide a working example in a post on www.wikidot.

Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License