FHIRKit Client - v2.0.0
    Preparing search index...

    Interface ClientConfig

    Constructor config for Client

    interface ClientConfig {
        baseUrl: string;
        bearerToken?: string;
        customHeaders?: Record<string, string>;
        requestOptions?: Record<string, unknown>;
        requestSigner?: (url: string, options: RequestInit) => void;
    }
    Index

    Properties

    baseUrl: string
    bearerToken?: string
    customHeaders?: Record<string, string>
    requestOptions?: Record<string, unknown>
    requestSigner?: (url: string, options: RequestInit) => void