Creates a new DELETE request object that can be used to reach an API-X-based API.
The URL of the API-X endpoint.
Optional
data: ApiXJsonObjectThe request JSON Body, if any.
An ApiXRequest
object that can be used to make a request.
Creates a new GET request object that can be used to reach an API-X-based API.
The URL of the API-X endpoint.
An ApiXRequest
object that can be used to make a request.
Creates a new PATCH request object that can be used to reach an API-X-based API.
The URL of the API-X endpoint.
Optional
data: ApiXJsonObjectThe request JSON Body, if any.
An ApiXRequest
object that can be used to make a request.
Creates a new POST request object that can be used to reach an API-X-based API.
The URL of the API-X endpoint.
Optional
data: ApiXJsonObjectThe request JSON Body, if any.
An ApiXRequest
object that can be used to make a request.
Creates a new PUT request object that can be used to reach an API-X-based API.
The URL of the API-X endpoint.
Optional
data: ApiXJsonObjectThe request JSON Body, if any.
An ApiXRequest
object that can be used to make a request.
Creates a new request object that can be used to reach an API-X-based API.
The URL of the API-X endpoint.
The HTTP Method to use.
Optional
data: ApiXJsonObjectThe request JSON Body, if any.
An ApiXRequest
object that can be used to make a request.
Makes a DELETE request to an API-X-based API.
The URL of the API-X endpoint.
Optional
data: ApiXJsonObjectThe request JSON Body, if any.
An ApiXRequest
object that can be used to make a request.
Makes a GET request to an API-X-based API.
The URL of the API-X endpoint.
An ApiXRequest
object that can be used to make a request.
Makes a PATCH request to an API-X-based API.
The URL of the API-X endpoint.
Optional
data: ApiXJsonObjectThe request JSON Body, if any.
An ApiXRequest
object that can be used to make a request.
Makes a POST request to an API-X-based API.
The URL of the API-X endpoint.
Optional
data: ApiXJsonObjectThe request JSON Body, if any.
An ApiXRequest
object that can be used to make a request.
Makes a PUT request to an API-X-based API.
The URL of the API-X endpoint.
Optional
data: ApiXJsonObjectThe request JSON Body, if any.
An ApiXRequest
object that can be used to make a request.
Makes a request to an API-X-based API.
The URL of the API-X endpoint.
The HTTP Method to use.
Optional
data: ApiXJsonObjectThe request JSON Body, if any.
An ApiXRequest
object that can be used to make a request.
Creates a new instance of an API-X Client.
The application API Key.
The application signing key.
A client for an API-X server.
This object serves as a vanilla client that to reach API-X-based APIs.