@seamapi/http - v1.70.0
    Preparing search index...

    Interface SeamHttpWithoutWorkspaceOptionsWithPersonalAccessToken

    interface SeamHttpWithoutWorkspaceOptionsWithPersonalAccessToken {
        axiosOptions?: AxiosRequestConfig<any>;
        axiosRetryOptions?: IAxiosRetryConfig;
        endpoint?: string;
        isUndocumentedApiEnabled?: boolean;
        personalAccessToken: string;
        waitForActionAttempt?: boolean | ResolveActionAttemptOptions;
    }

    Hierarchy

    • SeamHttpCommonOptions
      • SeamHttpWithoutWorkspaceOptionsWithPersonalAccessToken
    Index

    Properties

    axiosOptions?: AxiosRequestConfig<any>
    axiosRetryOptions?: IAxiosRetryConfig
    endpoint?: string
    isUndocumentedApiEnabled?: boolean
    personalAccessToken: string
    waitForActionAttempt?: boolean | ResolveActionAttemptOptions