A client for an API-X server.

This object serves as a vanilla client that to reach API-X-based APIs.

Making API-X Requests

  • Creates a new DELETE request object that can be used to reach an API-X-based API.

    Parameters

    • url: URL

      The URL of the API-X endpoint.

    • Optionaldata: ApiXJsonObject

      The request JSON Body, if any.

    Returns ApiXRequest

    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.

    Parameters

    • url: URL

      The URL of the API-X endpoint.

    Returns ApiXRequest

    An ApiXRequest object that can be used to make a request.

Other