Constructs a new ApiRequest.
Return the URL of an API Request, resolving any path and query-string parameters.
Asynchronously perform the network request for an API Request, resolving cookie and header parameters, and transmitting the request body.
Adds a header parameter and value to the request.
URL-encode a value to add as a path parameter.
URL-encode a value to add as a query-string parameter.
A mapping from header parameter names to their values.
The HTTP Method to use for the request, e.g. "GET", "POST", "PUT", etc.
A mapping from path-parameter names to their values.
The path for the specific endpoint. It may include named parameters contained within curley braces, e.g. "{param}".
A mapping from query-string parameter names to their values.
The base-part of the URL including the schema, host, and base path.
Utility class to create HTTPClientRequests to access the REST API.