Skip to content

Commit e2e1613

Browse files
committed
Update api.rst to reference default factory
1 parent 5ec70be commit e2e1613

File tree

1 file changed

+2
-12
lines changed

1 file changed

+2
-12
lines changed

docs/api.rst

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

6-
7-
8-
9-
10-
To use the XML-RPC interface, first make sure it has been configured
11-
properly by specifying the rpcinterface_factory in your conf file:
12-
13-
.. code-block:: ini
14-
15-
[rpcinterface:supervisor]
16-
supervisor.rpcinterface_factory = supervisor.rpcinterface:make_main_rpcinterface
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`.
178

189
Then you can connect to supervisor's HTTP port
1910
with any XML-RPC client library and run commands against it. An
@@ -380,4 +371,3 @@ System Methods
380371
.. automethod:: methodSignature
381372

382373
.. automethod:: multicall
383-

0 commit comments

Comments
 (0)