| RPC Method Summary | |
| string |
RPC4Django automatically generated this XMLRPC and JSONRPC method summary. These methods can be tested using JSONRPC by clicking the method name. Alternatively, they can be tested using python's xmlrpclib as follows
>>> from xmlrpclib import ServerProxy
>>> s = ServerProxy('http://rpc4django.davidfischer.name/')
>>> s.system.listMethods()
Features
|
| int |
rpc4django.mytestmethod
(
int a
,
int b
,
int c
)
Adds the three parameters together and returns the sum Parameters:
|
| struct |
system.describe
(
)
Returns a simple method description of the methods supported |
| array |
Returns a list of supported methods |
| string |
system.methodHelp
(
string method_name
)
Returns documentation for a specified method |
| array |
system.methodSignature
(
string method_name
)
Returns the signature for a specified method |