1.1.12 • Published 1 year ago

@deskree/deskree-js v1.1.12

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

Overview

Documentation

This is the official documentation of deskree-js - Javascript SDK of the Deskree platform.

For a better visual experience visit our documentation page.

Installation

Install the Deskree SDK using npm:

npm install @deskree/deskree-js@latest axios --save

{% hint style="warning" %} deskree-js is using axios as a dependency. Hence, it must be installed in your package.json for the SDK to work. {% endhint %}

Initial Setup

Import the createClient method for NodeJS backend projects and create an instance of the client passing the configurations required:

import createClient from '@deskree/deskree-js'
import axios from 'axios'

const options = {
  projectId: "YOUR_PROJECT_ID",
  axios: axios
}

/* Optional options
* adminToken: this is the access token that you can get from Settings/Access Token
* userToken: this is the token created with the user sign in workflow
*/

const client = createClient(options)

Read more about createclient-method.md

Authorization

To learn about authorization flow, visit authorization.md

List of Modules

1.1.12

1 year ago

1.1.11

1 year ago

1.1.10

1 year ago

1.1.9

1 year ago

1.1.8

1 year ago

1.1.7

1 year ago

1.1.6

1 year ago

1.1.4

1 year ago

1.1.0

1 year ago

1.0.0

1 year ago