# Functions
NewClient creates a new STAX API client.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
WithInstallation sets the Stax installation used by the client.
No description provided by the author
No description provided by the author
WithUserAgentVersion sets the user agent version used by the client.
# Constants
TaskFailed indicates an asynchronous task failed.
TaskStarted indicates an asynchronous task has started.
TaskSucceeded indicates an asynchronous task completed successfully.
# Variables
ErrAuthSessionEmpty is returned when an API call is made without first calling Authenticate.
No description provided by the author
ErrMissingAPIToken is returned when the client is constructed without an API token.
ErrMissingTaskCallbackFunc is returned when MonitorTask is called without a callback function.
ErrMissingTaskID is returned when MonitorTask is called without a task ID.
# Interfaces
ClientInterface defines the interface for interacting with the Stax API.
# Type aliases
AuthFn is the authentication function used to authenticate a client.
No description provided by the author