# Toolkit

This repo contains several helper clients to make development of apps in DOMO easier.

# Documentation

The documentation for this packages can be found here: https://domoapps.github.io/toolkit

These clients are provided in this library:

- AppDBClient: [Collections](https://domoapps.github.io/toolkit/classes/clients_appDB_client_collections.CollectionsClient.html), [Documents](https://domoapps.github.io/toolkit/classes/clients_appDB_client_documents.DocumentsClient.html)
- [DomoClient](https://domoapps.github.io/toolkit/classes/clients_domo_client.DomoClient.html): Utilities for interacting with Domo. [Domo.js](https://developer.domo.com/docs/dev-studio-references/domo-js) alternative
- [CodeEngineClient](https://domoapps.github.io/toolkit/variables/clients_codeengine_client.CodeEngineClient.html): Utilities for interacting with Domo's Code Engine. [Code Engine docs](https://domo-support.domo.com/s/article/000005173)
- [WorkflowClient](https://domoapps.github.io/toolkit/variables/clients_workflow_client.WorkflowClient.html): Utilities for interacting with Domo's Workflows. [Workflow docs](https://domo-support.domo.com/s/article/000005108)
- [FileClient](https://domoapps.github.io/toolkit/classes/clients_file_client.FileClient.html): Utilities for managing files through the File service
- [GroupClient](https://domoapps.github.io/toolkit/classes/clients_group_client.GroupClient.html): Utilities for obtaining information related to Domo groups
- [IdentityClient](https://domoapps.github.io/toolkit/classes/clients_identity_client.IdentityClient.html): Utilities for obtaining information related to the current user
- [SqlClient](https://domoapps.github.io/toolkit/classes/clients_sql_client.SqlClient.html): SDK for using [SQL queries](https://developer.domo.com/docs/dev-studio-references/data-api#SQL%20API)
- [UserClient](https://domoapps.github.io/toolkit/classes/clients_user_client.UserClient.html): [User API](https://developer.domo.com/docs/dev-studio-references/user-api)
- [AIClient](https://domoapps.github.io/toolkit/classes/clients_ai_client.AIClient.html)
