Skip to content

Commit 2025439

Browse files
authored
Merge pull request #884 from dskoda1/master
Update documentation regarding xml-rpc communication
2 parents fa7e3f5 + e2e1613 commit 2025439

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/api.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,10 @@
33
XML-RPC API Documentation
44
=========================
55

6-
To use the XML-RPC interface, connect to supervisor's HTTP port
6+
To use the XML-RPC interface, first make sure you have configured the interface
7+
factory properly by setting the default factory. See :ref:`rpcinterface_factories`.
8+
9+
Then you can connect to supervisor's HTTP port
710
with any XML-RPC client library and run commands against it. An
811
example of doing this using Python's ``xmlrpclib`` client library
912
is as follows.
@@ -368,4 +371,3 @@ System Methods
368371
.. automethod:: methodSignature
369372

370373
.. automethod:: multicall
371-

0 commit comments

Comments
 (0)