@uploadcare/rest-client
    Preparing search index...

    Type Alias UserSettings

    type UserSettings = {
        apiBaseURL?: string;
        authSchema: AuthSchema;
        integration?: string;
        retryNetworkErrorMaxTimes?: number;
        retryThrottledRequestMaxTimes?: number;
        userAgent?: CustomUserAgent;
    }
    Index

    Properties

    apiBaseURL?: string
    authSchema: AuthSchema
    integration?: string
    retryNetworkErrorMaxTimes?: number
    retryThrottledRequestMaxTimes?: number
    userAgent?: CustomUserAgent