Interface: IBaseRestClientConfig
Definition for the configuration of a rest client.
Properties
endpoint
endpoint:
string
The endpoint where the api is hosted.
pathPrefix?
optionalpathPrefix:string
The prefix to the routes.
headers?
optionalheaders:IHttpHeaders
The headers to include in requests.
timeout?
optionaltimeout:number
Timeout for requests in ms.
includeCredentials?
optionalincludeCredentials:boolean
Include credentials in the request, defaults to true.