Skip to content

Commit

Permalink
updated support:tickets
Browse files Browse the repository at this point in the history
  • Loading branch information
androozka committed Aug 31, 2019
1 parent c07df7a commit 5b9b13e
Show file tree
Hide file tree
Showing 4 changed files with 804 additions and 363 deletions.
45 changes: 23 additions & 22 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,7 @@ A JS library for interacting with the Zendesk API.

- Generates Zendesk API request objects 😎
- Send prepared object directly to axios 🤯
- Mirrors [Zendesk's API documentation](https://developer.zendesk.com/rest_api/docs/zendesk-apis/resources) _(as close as feasible)_ 🤓
- [@hapi/joi](https://www.npmjs.com/package/@hapi/joi) used for data validation 🔐
- 🚧 Under construction 🚧 - Watch for updates 👀
- Mirrors [Zendesk's API documentation](https://developer.zendesk.com/rest_api/docs/zendesk-apis/resources) 👀

## Installing

Expand Down Expand Up @@ -80,49 +78,52 @@ const res = await axios(req);

### Support API

- [x] Search
- [x] Users
- [x] **Search**
- [x] **Users**
- [x] **Tickets**
- [x] **Ticket Metrics**
- [x] **Tags**

#### Under Construction

- [ ] Views
- [ ] Organizations
- [ ] Groups
- [ ] Ticket Forms
- [ ] Ticket Fields
- [ ] User Fields
- [ ] Organization Fields
- [ ] Brands
- [ ] User Identities
- [ ] User Passwords
- [ ] End Users
- [ ] Groups
- [ ] Group Memberships
- [ ] Custom Agent Roles
- [ ] Organizations
- [ ] Organization Subscriptions
- [ ] Organization Memberships
- [ ] Requests
- [x] Tickets
- [ ] Ticket Import
- [ ] Attachments
- [ ] Satisfaction Ratings
- [ ] Satisfaction Reasons
- [ ] Suspended Tickets
- [ ] Ticket Audits
- [ ] Ticket Comments
- [ ] Ticket Skips
- [x] Ticket Metrics
- [ ] Ticket Metric Events
- [ ] Ticket Activities
- [ ] Ticket Import
- [ ] Attachments
- [ ] Satisfaction Ratings
- [ ] Satisfaction Reasons
- [ ] Suspended Tickets
- [ ] Sessions
- [x] Tags
- [ ] Views
- [ ] Triggers
- [ ] Automations
- [ ] SLA Policies
- [ ] Targets
- [ ] Target Failures
- [ ] Macros
- [ ] Brands
- [ ] Dynamic Content
- [ ] Locales
- [ ] Schedules
- [ ] Sharing Agreements
- [ ] Support Addresses
- [ ] Ticket Forms
- [ ] Ticket Fields
- [ ] User Fields
- [ ] Organization Fields
- [ ] Job Statuses
- [ ] Skill-based Routing
- [ ] Incremental Skill-based Routing
Expand All @@ -142,7 +143,7 @@ const res = await axios(req);
- [ ] Channel Framework
- [ ] Twitter Channel

### ToDo
### APIs Up Next

- Sunshine API
- Help Center API
Expand Down
Loading

0 comments on commit 5b9b13e

Please sign in to comment.