Skip to main content
Version: Next

externalApifyClientOptions

Index

Properties

externaloptionalbaseUrl

baseUrl?: string = https://api.apify.com

externaloptionalmaxRetries

maxRetries?: number = 8

externaloptionalminDelayBetweenRetriesMillis

minDelayBetweenRetriesMillis?: number = 500

externaloptionalrequestInterceptors

requestInterceptors?: (undefined | null | (value: ApifyRequestConfig) => ApifyRequestConfig | Promise<ApifyRequestConfig>)[] = (undefined | null | (value: ApifyRequestConfig) => ApifyRequestConfig | Promise<ApifyRequestConfig>)[]

externaloptionaltimeoutSecs

timeoutSecs?: number = 360

externaloptionaltoken

token?: string