-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
32 lines (32 loc) · 1.03 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
Package: zdeskR
Title: Connect to Your 'Zendesk' Data
Version: 0.4.2.9000
Authors@R:
c(person(given = "Chris",
family = "Umphlett",
role = c("aut", "cre"),
email = "christopher.umphlett@gmail.com"),
person(given = "Avinash",
family = "Panigrahi",
role = "aut",
email = "avinashpanigrahi@outlook.com"))
Description: Facilitates making a connection to the
'Zendesk' API and executing various queries. You can use it to
get ticket, ticket metrics, and user data. The 'Zendesk' documentation is
available at <https://developer.zendesk.com/rest_api
/docs/support/introduction>. This package is not supported by
'Zendesk' (owner of the software).
URL: https://github.com/chrisumphlett/zdeskR
BugReports: https://github.com/chrisumphlett/zdeskR/issues
License: CC0
Encoding: UTF-8
Imports:
dplyr (>= 1.0.0),
magrittr (>= 1.5),
jsonlite (>= 1.6.1),
purrr (>= 0.3.3),
httr (>= 1.4.1),
tidyr (>= 1.0.0),
plyr (>= 1.8.6),
tidyselect (>= 1.2.0)
RoxygenNote: 7.3.2