Datalynk Client
    Preparing search index...

    Interface ApiRequestOptions

    Possible options for API calls

    interface ApiRequestOptions {
        noOptimize?: boolean;
        offline?: boolean;
        raw?: boolean;
        token?: string;
    }
    Index

    Properties

    noOptimize?: boolean

    Skip bundling & caching

    offline?: boolean

    Allow this request to be queued while normal API access is unavailable.

    Queued requests do not receive an immediate response payload. If a token expires while Datalynk is offline, queued work is preserved and replay is deferred until the same user successfully reauthenticates.

    raw?: boolean

    Skip the token translating step

    token?: string

    Set request token