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