The options for the request.
Represents a client for making requests to a service provider.
Optional
acceptType?: stringOptional
body?: ReqOptional
contentType?: stringOptional
headers?: Record<string, any>Optional
originMethod?: stringOptional
overrides?: ClientHeadersType & { API_KEY?: string; WITH_CREDENTIALS?: boolean } & {Optional
params?: anyOptional
Experimental
binarySends a request to the specified URL with the given options, that returns a binary response
The options for the request.
Represents a client for making requests to a service provider.
Optional
acceptType?: stringOptional
body?: ReqOptional
contentType?: stringOptional
headers?: Record<string, any>Optional
originMethod?: stringOptional
overrides?: ClientHeadersType & { API_KEY?: string; WITH_CREDENTIALS?: boolean } & {Optional
params?: any
Sends a request to the specified URL with the given options.