This method implements the logic to execute HTTP
requests using the axios
dependency.
Methods currently supported include: GET
, POST
.
The exact URL to be called for the request, e.g. "http://localhost:7903/auth/challenge"
.
A HTTP method name, e.g. "GET"
. Defaults to "GET"
.
A configuration object that is forwarded to axios
as the request body (POST requests).
A configuration object that is forwarded to axios
as the request options.
A configuration object that is forwarded to axios
as the request headers.
The {@link Promise} that contains the result {@link AxiosResponse}.
Generated using TypeDoc
This class contains methods for executing remote API calls, e.g. calling a
GET
HTTP API endpoint.v0.3.0