Interface SeamHttpOptionsWithPersonalAccessToken

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

Hierarchy

  • SeamHttpCommonOptions
    • SeamHttpOptionsWithPersonalAccessToken

Properties

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