The declaration of the method.
Optional
expectThe declaration of the body of the request.
Optional
expectThe declaration of the params of the request.
Optional
expectThe declaration of the query of the request.
Optional
returns?: unknownThe declaration of the return value of the method.
The description of the method.
RsterApiMethod.description
Optional
httpThe http method of the method. This is the condition for the method to be used for a request.
Optional
httpThe http path of the method. Will be joined with the parent module's path. This is the condition for the method to be used for a request.
RsterApiMethod.httpPath
The name of the method.
RsterApiMethod.name
Generated using TypeDoc
A type for the json representation of the method class. Returned by the
json
method, used to get info about the method.See