Interface TierGetClientOptions

Tier constructor options for cases where the baseURL is set by the environment.

Hierarchy

Properties

apiKey?: string
baseURL?: string
debug?: boolean
fetchImpl?: ((input: URL | RequestInfo, init?: RequestInit) => Promise<Response>)

Type declaration

    • (input: URL | RequestInfo, init?: RequestInit): Promise<Response>
    • Parameters

      • input: URL | RequestInfo
      • Optional init: RequestInit

      Returns Promise<Response>

onError?: ((er: TierError) => any)

Type declaration

signal?: AbortSignal
userAgent?: string | false

Generated using TypeDoc