Overview
This is the official documentation for deskree-js, the JavaScript SDK of the Deskree platform.
Installation
Install the Deskree SDK using npm:
deskree-js
is using axios as a dependency. Hence, it must be installed in your package.json
for the SDK to work.
Initial Setup
For NodeJS backend projects, import the createClient
method and instantiate the client by passing the required configurations.
Read more about createClient() Method
Authorization
To learn about authorization flow, visit Authorization
List of Modules
Database ModuleAuthorizationIntegrations ModuleConfig ModuleLast updated