The name of the module.
The modules of the module.
The methods of the module.
The constructor of the RsterApiModule class.
The name of the module.
The description of the module.
The modules of the module.
The methods of the module.
Optional
httpPath: stringThe http path of the module. Will be joined with the parent module's path.
Optional
httpMethod: MethodThe http method of the module.
Readonly
descriptionThe description of the module.
Optional
Readonly
httpThe http method of the module.
Optional
Readonly
httpThe http path of the module. Will be joined with the parent module's path.
Readonly
methodA list of the methods of the module.
Readonly
methodsThe methods of the module.
Readonly
moduleA list of the modules of the module.
Readonly
modulesThe modules of the module.
Readonly
nameThe name of the module.
The json representation of the module.
The json representation of the module.
Returns the native representation of the module.
The native representation of the module.
Generated using TypeDoc
Rster module class. Used to create a module with
@rster/builder
.We use type parameters to more specifically index the typing of the module. This allows us to get the correct typing for the
native
method. From a functional perspective, the type parameters are not needed.