@seamapi/http - v2.4.1
    Preparing search index...

    Interface SeamHttpOptionsWithClient

    Options for creating a SeamHttp client from an existing client.

    interface SeamHttpOptionsWithClient {
        client: AxiosInstance;
        waitForActionAttempt?: boolean | ResolveActionAttemptOptions;
    }

    Hierarchy (View Summary)

    Index
    client: AxiosInstance

    The existing client to use for requests.

    waitForActionAttempt?: boolean | ResolveActionAttemptOptions

    Controls whether to wait for the action attempt to resolve when a request returns an action attempt. Pass a boolean to toggle waiting, or ResolveActionAttemptOptions to also configure the timeout and polling interval.