createClient() Method
Description
Instantiates deskree-js
SDK.
Initialization
Parameters
Field | Required | Data Type | Description |
---|---|---|---|
options | Object | Name of Deskree table to instantiate connection with |
Options Parameters
Field | Required | Data Type | Description |
---|---|---|---|
projectId | Object | Name of Deskree table to instantiate connection with | |
axios | axios instance | Instance of | |
adminToken | string | ||
userToken | string | Refresh token obtained from sign-up or sign-in methods |
Example
Requests
Last updated