RPC Method Summary | |
string |
Returns a CSV list of plugin maintainers
|
array |
plugin.tags
(
)
Returns a list of current tags, in alphabetical order
|
array |
plugin.upload
(
base64 package
)
Creates a new plugin or updates an existing one
Returns an array containing the ID (primary key) of the plugin and the ID of the version.
|
array |
plugin.vote
(
integer plugin_id
,
integer vote
)
Vote a plugin, valid values are 1-5
|
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
|
array |
system.multicall
(
array calls
)
implements: http://mirrors.talideon.com/articles/multicall.html
Returns a list of results of functions
|