Interface CobaltOptions

interface CobaltOptions {
    baseUrl?: string;
    token?: string;
}

Properties

Properties

baseUrl?: string

The base URL of the Cobalt API. You don't need to set this.

token?: string

The session token.