Documentation
    Preparing search index...
    interface Options {
        baseUrl?: Supplier<string>;
        environment: Supplier<string>;
        fetcher?: FetchFunction;
        token: Supplier<string>;
    }
    Index

    Properties

    baseUrl?: Supplier<string>

    Specify a custom URL to connect the client to.

    environment: Supplier<string>
    fetcher?: FetchFunction
    token: Supplier<string>