@squidcloud/client
    Preparing search index...

    Interface CallApiOptions

    The options for calling an API.

    interface CallApiOptions {
        nativeResponse?: boolean;
        originOverride?: string;
    }
    Index

    Properties

    nativeResponse?: boolean

    If true, the response will be returned as-is without any processing.

    originOverride?: string

    An optional string to override the default origin of the API (e.g. https://host:port). Useful for scenarios such as testing, development, or accessing the API from different environments.