Interface RsterApiModuleJson

A type for the json representation of the module class. Returned by the json method, used to get info about the module.

See

  • RsterApiModule.json
  • RsterApiModule
  • RsterApiJson
  • RsterApiModuleJson

Hierarchy

  • RsterApiModuleJson

Properties

description: string[]

The description of the module.

See

RsterApiModule.description

httpMethod?: Method

The http method of the module. This is the condition for the module to be used for a request.

See

  • RsterApiModule.httpMethod
  • Method
httpPath?: string

The http path of the module. Will be joined with the parent module's path. This is the condition for the module to be used for a request.

See

RsterApiModule.httpPath

The methods of the module.

See

  • RsterApiModule.methods
  • RsterApiMethodJson

The modules of the module.

See

  • RsterApiModule.modules
  • RsterApiModuleJson
name: string

The name of the module.

See

RsterApiModule.name

Generated using TypeDoc