Skip to main content

QumoClient Reference

The QumoClient class is the central gateway to all Qumo Deploy control plane resources.

Configuration Options (QumoConfig)


Resource Namespaces

The following namespaces are accessible directly from the client instance:

Direct HTTP Access

If an endpoint has not yet been wrapped with a high-level resource method, you can execute typed queries directly:

client.request<T>(path, options)

Executes an authenticated HTTP request and automatically parses JSON response bodies:

client.requestRaw(path, options)

Executes an authenticated request and returns the raw Response object (for streams, binary payloads, or CSV downloads):