0.11.1 • Published 9 months ago

@great-detail/support-sdk v0.11.1

Weekly downloads
-
License
MIT
Repository
-
Last release
9 months ago

Great Detail Support System SDK - JS

Getting Started

// ESM

import Client, { TokenAuthentication } from "@great-detail/support-sdk";

// Note: CJS dist files are also published

const auth = new TokenAuthentication();
const sdk = new Client(auth);

// List the stored contacts
const result = await sdk.contact.list.send().json();
console.log(result);

Installation

npm install @great-detail/support-sdk

Authentication

The following authentication methods are supported with this SDK.

Token Authentication

Note: This is the primary authentication method intended to be used with this SDK.

import { TokenAuthentication } from "@great-detail/support-sdk";

// Note: This token should not be hardcoded into your use-case
process.env.SUPPORT_ACCESS_TOKEN = "...";

const auth = new TokenAuthentication();

Key Authentication

Note: Not all of the APIs will work with the key authentication method.

import { KeyAuthentication } from "@great-detail/support-sdk";

// Note: This api key should not be hardcoded into your use-case
process.env.SUPPORT_API_KEY = "...";

// Set api key in environment variable: SUPPORT_API_KEY
const auth = new KeyAuthentication();

Public Authentication

Note: Not all of the APIs will work with the public authentication method.

import { PublicAuthentication } from "@great-detail/support-sdk";

const auth = new PublicAuthentication();

License

Proprietary © 2024 Great Detail Ltd

Contact

Great Detail Ltd: <info@greatdetail.com>

Dom Webber: https://domwebber.dev <dom.webber@greatdetail.com>

0.11.0

9 months ago

0.11.1

9 months ago

0.10.15

9 months ago

0.10.16

9 months ago

0.10.17

9 months ago

0.10.14

9 months ago

0.10.10

9 months ago

0.10.11

9 months ago

0.10.12

9 months ago

0.10.9

9 months ago

0.10.7

9 months ago

0.10.8

9 months ago

0.10.5

9 months ago

0.10.6

9 months ago

0.10.1

9 months ago

0.10.2

9 months ago

0.10.3

9 months ago

0.10.4

9 months ago

0.8.4

9 months ago

0.9.0

9 months ago

0.7.2

10 months ago

0.7.1

10 months ago

0.7.4

10 months ago

0.9.1

9 months ago

0.7.3

10 months ago

0.7.0

10 months ago

0.7.6

9 months ago

0.7.5

10 months ago

0.7.7

9 months ago

0.10.0

9 months ago

0.8.1

9 months ago

0.8.0

9 months ago

0.8.3

9 months ago

0.8.2

9 months ago

0.6.3

10 months ago

0.6.2

10 months ago

0.6.1

10 months ago

0.6.0

10 months ago

0.5.4

10 months ago

0.5.3

10 months ago

0.5.2

10 months ago

0.5.1

10 months ago

0.5.0

10 months ago

0.4.16

10 months ago

0.4.15

10 months ago

0.4.14

10 months ago

0.4.13

10 months ago

0.4.12

10 months ago

0.4.11

10 months ago

0.4.10

10 months ago

0.4.9

10 months ago

0.4.8

10 months ago

0.4.7

10 months ago

0.4.6

10 months ago

0.4.5

10 months ago

0.4.4

10 months ago

0.4.3

10 months ago

0.4.2

10 months ago

0.4.1

10 months ago

0.4.0

10 months ago

0.3.4

10 months ago

0.3.3

10 months ago

0.3.2

10 months ago

0.3.1

10 months ago

0.3.0

10 months ago

0.2.10

10 months ago

0.2.9

10 months ago

0.2.8

10 months ago

0.2.7

10 months ago

0.2.6

10 months ago

0.2.5

10 months ago

0.2.4

10 months ago

0.2.3

11 months ago

0.2.2

11 months ago

0.2.1

11 months ago

0.2.0

11 months ago

0.1.6

11 months ago

0.1.5

11 months ago

0.1.4

11 months ago

0.1.3

11 months ago

0.1.2

11 months ago

0.1.1

11 months ago

0.1.0

11 months ago

0.0.10

11 months ago

0.0.9

11 months ago

0.0.8

11 months ago

0.0.7

11 months ago

0.0.6

12 months ago

0.0.5

12 months ago

0.0.4

12 months ago

0.0.3

12 months ago

0.0.2

12 months ago

0.0.1

12 months ago