@caravan/sdk API - v0.0.0
    Preparing search index...

    Interface CaravanClientOptions

    interface CaravanClientOptions {
        authorizationCapability?: string;
        baseUrl: string;
        bondAdapter?: BondAdapter;
        delay?: DelayLike;
        endpoints?: Partial<CaravanEndpoints>;
        fetch?: FetchLike;
        headers?: HeadersInit | (() => HeadersInit | Promise<HeadersInit>);
        identityId?: string;
        now?: () => Date;
        requestTimeoutMs?: number;
    }
    Index
    authorizationCapability?: string

    High-entropy bearer capability provisioned for the authorized Caravan deployment.

    baseUrl: string
    bondAdapter?: BondAdapter
    delay?: DelayLike
    endpoints?: Partial<CaravanEndpoints>
    fetch?: FetchLike
    headers?: HeadersInit | (() => HeadersInit | Promise<HeadersInit>)
    identityId?: string

    Compatibility alias for the deployed T-M7.1 journey only. Values must use the exact cap1_ plus 64 lowercase hexadecimal character capability grammar.

    now?: () => Date
    requestTimeoutMs?: number