Itslanguage

api. Itslanguage

Represents the ITSLanguage API package. It allows the user to make every call to the API with a single function.

Constructor

new Itslanguage(optionsopt)

Source:
See:

Create ITSLanguage API.

Parameters:
Name Type Attributes Default Description
options Object <optional>
{}

An object containing options for communication.

Properties
Name Type Description
apiUrl string

The URL of the REST api.

wsUrl string

The URL of the WebSocket server.

authorizationToken string

An OAuth2 token string.

Members

authentication :module:api/authentication

Source:
Type:

basicauth :module:api/basicauth

Source:
Type:

broadcaster :module:api/broadcaster

Source:
Type:

categories :module:api/categories

Source:
Type:

challenges :module:api/challenges

Source:
Type:

communication :module:api/communication

Source:
Type:

emailauth :module:api/emailauth

Source:
Type:

groups :module:api/groups

Source:
Type:

organisations :module:api/organisations

Source:
Type:

profile :module:api/profile

Source:
Type:

progress :module:api/progress

Source:
Type:

roles :module:api/roles

Source:
Type:

tenants :module:api/tenants

Source:
Type:

users :module:api/users

Source:
Type:

version :string

Source:

Expose the ITSLanguage API package version.

Type:
  • string

websocket :module:api/communication/websocket

Source:
Type: