@bootdesk/js-web-adapter-core
    Preparing search index...

    Interface HttpClientConfig

    interface HttpClientConfig {
        apiUrl: string;
        headers?: Record<string, string>;
        timeout?: number;
        verifyToken?: string;
    }
    Index

    Properties

    apiUrl: string
    headers?: Record<string, string>
    timeout?: number
    verifyToken?: string