@treelab/treelab
v0.0.35
Published
Treelab TypeScript sdk
Downloads
207
Keywords
Readme
Usage
The Treelab Javascript API provides an easy way to integrate Treelab with any external system. The API uses JSON to encode objects, and relies on Google's remote procedural call system (gRPC) to signal operation outcomes. The API enables external applications with full support for realtime data transmission through data streaming.
Installation
Install with NPM
npm install @treelab/treelab
Install with YARN
yarn add @treelab/treelab
API Reference
Please refer to the Treelab Javascript API Documentation for full usage and examples.