polarity-integration-utils
    Preparing search index...

    Interface PolarityRequestOptions

    interface PolarityRequestOptions {
        defaults?: ConfigRequestProxyOptions;
        hooks?: PolarityRequestHooks;
        httpResponseErrorMessageProperties?: string[];
        httpResponseErrorProperties?: string[];
        isApiError?: IsApiErrorFunction;
        limiter?: PolarityRequestLimiter;
        network?: NetworkContext;
        requestOptionsToSanitize?: string[];
        roundedSuccessStatusCodes?: number[];
    }
    Index
    httpResponseErrorMessageProperties?: string[]
    httpResponseErrorProperties?: string[]
    isApiError?: IsApiErrorFunction
    network?: NetworkContext

    Per-integration network configuration from context.network. When provided, proxy and TLS settings from this object override values from defaults.

    Can also be set (or updated) after construction via the PolarityRequest.network property to reflect per-request runtime config.

    requestOptionsToSanitize?: string[]
    roundedSuccessStatusCodes?: number[]