
The Synnax TypeScript client library is used for interacting with a Synnax cluster. The client library can be used in both node and browser environments. The Synnax documentation website contains more information about using the TypeScript client.
If you want to install the client library, please install it via a package manager such as npm or yarn:
npm install @synnaxlabs/client
Examples of usage of the TypeScript client can be found in our examples folder.
If you are interested in contributing, please read both the Synnax and TypeScript client contribution guides.
If you run into any bugs, open an issue on our GitHub repository.