Returns cookie names from raw Set-Cookie header values.
Sets whether to use lean mode (reduced response payload) When enabled, 'lean=1' is added as a query parameter
Whether to enable lean mode
Gets the underlying Axios instance
Gets the logger associated with this HTTP client.
Sets a default header for all requests
Header name
Header value
Removes a default header
Header name
Makes a GET request
The URL to request
Optionalparams: Record<string, string>Query parameters
Optionalconfig: AxiosRequestConfig<any>Request configuration
A promise resolving to the response
Makes a POST request
The URL to request
Optionaldata: anyThe data to send
Optionalconfig: AxiosRequestConfig<any>Request configuration
A promise resolving to the response
Makes a PUT request
The URL to request
Optionaldata: anyThe data to send
Optionalconfig: AxiosRequestConfig<any>Request configuration
A promise resolving to the response
Makes a DELETE request
The URL to request
Optionalconfig: AxiosRequestConfig<any>Request configuration
A promise resolving to the response
Makes a PATCH request
The URL to request
Optionaldata: anyThe data to send
Optionalconfig: AxiosRequestConfig<any>Request configuration
A promise resolving to the response
HTTP client for making requests to the Maximo API