Initialize your API Client instance with the provided configuration options. Default request plugins: VersionRequest Default response plugins: ExceptionResponse
Configuration options for the API Client.
Returns a map containing the query parameters based on the provided data and names.
A map containing the extracted query parameters.
Asynchronously prepares options for an HTTP request.
The URL for the HTTP request.
The HTTP method for the request (e.g., 'GET', 'POST').
An object representing query parameters.
An object representing headers.
Optionalbody: RequestBodyThe request body, if applicable.
Optionalpath: stringAn optional path for the request.
A promise that resolves to the prepared options for the HTTP request.
Prepares the url to be called by appending query parameters.
The base url to be used.
OptionalqueryParameters: { [key: string]: string }Key-value pair with the parameters. If the value is undefined, the key is dropped.
OptionalrepeatParamArray: booleancreate as many single parameters with each value of the array
The prepared URL as a string.
Client to process the call to the API using Fetch API