The name of the method.
The description of the method.
The declaration of the method.
Optional
httpPath: stringThe http path of the method. Does not include the parent module's path, only the path for the method's condition. If not provided, it will be generated from the name and declaration.
Optional
httpMethod: MethodThe http method of the method. If not provided, it will be defaulted to ALL.
Optional
action: ActionFunction<DECLARATION>The action of the method. If not provided, it will be defaulted to a method that throws an error.
The new RsterApiMethod object.
Generated using TypeDoc
Shortcut function to create a new RsterApiMethod object.