Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ClientConfigInit<Params>

Base options that can be passed to the ClientConfig class.

Type parameters

Hierarchy

  • ClientConfigInit

Implemented by

Index

Properties

Optional baseUri

baseUri: undefined | string

Optional fetchOptions

fetchOptions: FetchOptions

Optional headers

headers: undefined | {}

parameters

parameters: Params

Optional proxy

proxy: undefined | string

Optional throwOnBadResponse

throwOnBadResponse: undefined | false | true

Optional transformRequest

transformRequest: undefined | ((data: unknown, headers: {}) => Required<FetchOptions>["body"])

Generated using TypeDoc