TAria2ClientMethodList
This method returns all the available RPC notifications in an array of string. Unlike other methods, this method does not require secret token. This is safe because this method just returns the available notifications names.
TAria2ClientNotificationList
This methods encapsulates multiple method calls in a single request. methods is an array of structs. The structs contain two keys: methodName
and params
. methodName
is the method name to call and params
is array containing parameters to the method call. This method returns an array of responses. The elements will be either a one-item array containing the return value of the method call or a struct of fault element if an encapsulated method call fails.
TAria2ClientMulticallResult
Generated using TypeDoc
This method returns all the available RPC methods in an array of string. Unlike other methods, this method does not require secret token. This is safe because this method just returns the available method names.