@jeffe/tankille
    Preparing search index...

    Type Alias ClientOptions

    type ClientOptions = {
        apiUrl?: string;
        [key: string]: string | undefined;
    }

    Indexable

    • [key: string]: string | undefined
    Index

    Properties

    Properties

    apiUrl?: string

    Custom API base URL. Overrides the default https://example.com/ endpoint.

    const client = new Client({ apiUrl: 'https://my-custom-api.example.com/' });