Transport settings accepted by an AniLink client: timeout, signal,
automatic retries under the default policy (retry: false opts out), opt-in
paceWithRateLimit pacing and circuitBreaker fast-fail, lifecycle hooks,
and exposeRawAxiosError.
Every operation method also accepts an optional trailing options argument
of this type. It is merged shallowly over the instance-level settings for
that one call — a field set on the per-request object wins, and unset fields
keep the instance value:
Transport settings accepted by an AniLink client:
timeout,signal, automatic retries under the default policy (retry: falseopts out), opt-inpaceWithRateLimitpacing andcircuitBreakerfast-fail, lifecycle hooks, andexposeRawAxiosError.Every operation method also accepts an optional trailing
optionsargument of this type. It is merged shallowly over the instance-level settings for that one call — a field set on the per-request object wins, and unset fields keep the instance value: