Interface IHttpOpts

Hierarchy

  • IHttpOpts

Properties

accessToken?: string
baseUrl: string
extraParams?: Record<string, string>
fetchFn?: ((input, init?) => Promise<Response>)

Type declaration

idBaseUrl?: string
localTimeoutMs?: number
logger?: Logger

Optional logger instance. If provided, requests and responses will be logged.

onlyData?: boolean
prefix: string
useAuthorizationHeader?: boolean

Generated using TypeDoc