Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions docs/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@
XML-RPC API Documentation
=========================

To use the XML-RPC interface, connect to supervisor's HTTP port
To use the XML-RPC interface, first make sure you have configured the interface
factory properly by setting the default factory. See :ref:`rpcinterface_factories`.

Then you can connect to supervisor's HTTP port
with any XML-RPC client library and run commands against it. An
example of doing this using Python's ``xmlrpclib`` client library
is as follows.
Expand Down Expand Up @@ -368,4 +371,3 @@ System Methods
.. automethod:: methodSignature

.. automethod:: multicall