API
Introduction
GET
Method
{ The path is broken into its component parts, the directory name and filename determining the API call, the extension determining the output format, and the query being the parameters to the API call. }
POST
Method
Form Data
JSON-RPC
XML-RPC
system
— X
system.getCapabilities
—
system.listMethods
—
- Parameters:
- None.
- Return Value:
- An
Array
ofStrings
with the method names.
system.methodHelp
—
- Parameters:
- A
String
with the name of the method.
system.methodSignature
—
- Parameters:
- A
String
with the name of the method.
system.ping
—
- Parameters:
- Any.
- Return Value:
- Any Parametes given.
data
— Datasets
rpc
— RPC
Protocol Extensions
“Method names that begin with rpc.
are
reserved for system extensions, and MUST
NOT be used for anything else. Each system extension is
defined in a related specification. All system extensions are
OPTIONAL.”
[citation needed]
uri-res
URI Resolver
x
— Experimental
References and Further Reading
-
JSON-RPC 2.0 Specification.
JSON-RPC Working
Group.
Date Published: . Date Updated: . Date Retrieved: .
-
Contributors of Wikipedia: JSON-RPC.
Wikipedia -
The Free Encyclopedia.
Date Modifed: . Date Retrieved: .