Norway Open Data SDK
    Preparing search index...

    Type Alias RequestOptions

    Options accepted by every provider request.

    type RequestOptions = {
        bypassCache?: boolean;
        includeRaw?: boolean;
        signal?: AbortSignal;
    }
    Index
    bypassCache?: boolean

    Skips reading from and writing to the in-memory cache for this request.

    includeRaw?: boolean

    Includes the validated, provider-native payload in raw.

    signal?: AbortSignal

    Cancels the request when the signal is aborted.