1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34
|
oerplib.rpc
===========
.. automodule:: oerplib.rpc
.. autoclass:: oerplib.rpc.Connector
:members:
XML-RPC and Net-RPC connectors
''''''''''''''''''''''''''''''
.. autoclass:: oerplib.rpc.ConnectorXMLRPC
:members:
.. autoclass:: oerplib.rpc.ConnectorXMLRPCSSL
:members:
.. autoclass:: oerplib.rpc.ConnectorNetRPC
:members:
.. automethod:: oerplib.rpc.get_connector
JSON-RPC connectors **(New in version 0.8)**
''''''''''''''''''''''''''''''''''''''''''''
.. warning::
The support of JSON-RPC is still in the experimental stage.
.. autoclass:: oerplib.rpc.ConnectorJSONRPC
:members:
.. autoclass:: oerplib.rpc.ConnectorJSONRPCSSL
:members:
|