api

Classes

Itslanguage

Members

(static, constant) version :string

Source:

Document the version number of the ITSLanguage API package.

Type:
  • string

Methods

(static) createItslApi(options) → {Itslanguage}

Source:

Create the ITSLanguage API object to interact with the API backend.

Parameters:
Name Type Description
options Object

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.

Returns:
  • The API.
Type
Itslanguage