Skip to main content
We have a community client that can be found here.

Installation

To install, run this command:
Or with npm:
Currently this client only supports the execution based endpoints, and not Query Endpoints or uploads.

Quick Start

Initialize the client and run a query:

Working with Query Parameters

The SDK provides helper functions for creating typed query parameters:
  • QueryParameter.text(name, value) - For text parameters
  • QueryParameter.number(name, value) - For number parameters
  • QueryParameter.date(name, value) - For date parameters
  • QueryParameter.enum(name, value) - For enum/list parameters

Additional Resources

NPM Package

View package on NPM

GitHub Repository

View source code and documentation

Report Issues

Report bugs or request features

API Reference

View full API documentation