The name of the api.
The modules of the api.
The methods of the api.
The constructor of the RsterApi class.
The name of the api.
The description of the api.
The modules of the api.
The methods of the api.
Readonly descriptionThe description of the api.
Readonly methodA list of the methods of the api.
Readonly methodsThe methods of the api.
Readonly moduleA list of the modules of the api.
Readonly modulesThe modules of the api.
Readonly nameThe name of the api.
Returns the json representation of the api.
RsterApiJson
Returns the api as a native object. This is userful if you want to use the api definition as functions on your server-side, so you don't have to define the functionality in another place
Generated using TypeDoc
Rster api class. Used to create an api with
@rster/builder.We use type parameters to more specifically index the typing of the api. This allows us to get the correct typing for the
nativemethod. From a functional perspective, the type parameters are not needed.