Installation
To install, run this command: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 parametersQueryParameter.number(name, value)- For number parametersQueryParameter.date(name, value)- For date parametersQueryParameter.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