We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fa7e3f5 + e2e1613 commit 2025439Copy full SHA for 2025439
docs/api.rst
@@ -3,7 +3,10 @@
3
XML-RPC API Documentation
4
=========================
5
6
-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
7
+factory properly by setting the default factory. See :ref:`rpcinterface_factories`.
8
+
9
+Then you can connect to supervisor's HTTP port
10
with any XML-RPC client library and run commands against it. An
11
example of doing this using Python's ``xmlrpclib`` client library
12
is as follows.
@@ -368,4 +371,3 @@ System Methods
368
371
.. automethod:: methodSignature
369
372
370
373
.. automethod:: multicall
-
0 commit comments