1.6.2 • Published 11 months ago

@coaktion/zendesk-clients-react v1.6.2

Weekly downloads
-
License
MIT
Repository
github
Last release
11 months ago

Zendesk Clients React

test workflow stale workflow Release Draft workflow

API client for ZENDESK applications

Installation

npm install @coaktion/zendesk-clients-react

Generate docs

npm run generate-docs

Usage

import {
  ZendeskTicketsClient,
  ZendeskUsersClient
} from '@coaktion/zendesk-clients-react';
import ZAFClient from 'zendesk_app_framework_sdk';

const zafClient = ZAFClient.init();
const ticketClient = new ZendeskTicketsClient(zafClient);
const userClient = new ZendeskUsersClient(zafClient);

ticketClient.getTicket('123456').then((ticket) => {
  console.log(ticket);
});

userClient.getUser('123456').then((user) => {
  console.log(user);
});

Contributing

See CONTRIBUTING.md for details.

License

Client Core is Copyright.

1.6.2

11 months ago

1.6.1

11 months ago

1.6.0

1 year ago

1.5.0

1 year ago

1.4.3

1 year ago

1.4.2

2 years ago

1.4.1

2 years ago

1.2.0

2 years ago

1.4.0

2 years ago

1.1.3

2 years ago

1.3.0

2 years ago

1.2.1

2 years ago

1.1.1

2 years ago

1.1.2

2 years ago

1.0.0

2 years ago