Type alias Endpoints

Endpoints: {
    apiPath: string;
    lobby: string;
    server: string;
    userDomain: string;
}

Fission endpoints.

apiPath Path of the API on the Fission server. lobby Location of the authentication lobby. server Location of the Fission server. userDomain User's domain to use, will be prefixed by username.

Type declaration

  • apiPath: string
  • lobby: string
  • server: string
  • userDomain: string

Generated using TypeDoc