Interface ClientRequest<Req>
Properties
OptionalcontentType
contentType?: string
method
method: "GET" | "POST"
OptionaloriginMethod
originMethod?: string
Optionaloverrides
overrides?: ClientHeadersType & { API_KEY?: string; WITH_CREDENTIALS?: boolean; } & { AUTH_TOKEN?: string; } Optionalparams
params?: any
Represents a client for making requests to a service provider.
Param: Res
The type of the response payload.