Interface Options

Client configuration options

interface Options {
    authentication: { rauth?: string; revolt?: string | { token: string } };
    baseURL: string;
}

Properties

authentication: { rauth?: string; revolt?: string | { token: string } }

Authentication used for requests

baseURL: string

Base URL of the Revolt node