Interface IHttpOpts

Hierarchy

  • IHttpOpts

Properties

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

Type declaration

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

      • input: RequestInfo | URL
      • Optional init: RequestInit

      Returns Promise<Response>

idBaseUrl?: string
localTimeoutMs?: number
onlyData?: boolean
prefix: string
useAuthorizationHeader?: boolean

Generated using TypeDoc