Package: zoomr
Title: Connect to Your 'Zoom' Data
Version: 0.2.0
Authors@R: 
    c(person(given = "Chris",
           family = "Umphlett",
           role = c("aut", "cre"),
           email = "christopher.umphlett@gmail.com"))
Description: Facilitates making a connection to the 'Zoom' API and executing
  various queries. You can use it to get data on 'Zoom' webinars and 'Zoom'
  meetings. The 'Zoom' documentation is available at 
  <https://developers.zoom.us/docs/api/>. This package is 
  not supported by 'Zoom' (owner of the software).
URL: https://github.com/chrisumphlett/zoomr
BugReports: https://github.com/chrisumphlett/zoomr/issues
License: CC0
Encoding: UTF-8
Imports: dplyr (>= 1.0.0), magrittr (>= 1.5), jsonlite (>= 1.6.1), httr
        (>= 1.4.1), glue (>= 1.4.2), rlang (>= 1.0.4), tidyr (>=
        1.1.4), janitor (>= 2.1.0), tidyselect (>= 1.1.1), purrr (>=
        0.3.4)
RoxygenNote: 7.1.2
NeedsCompilation: no
Packaged: 2023-04-25 22:10:33 UTC; c.umphlett
Author: Chris Umphlett [aut, cre]
Maintainer: Chris Umphlett <christopher.umphlett@gmail.com>
Repository: CRAN
Date/Publication: 2023-04-25 22:30:02 UTC
Built: R 4.1.2; ; 2023-04-26 12:00:09 UTC; unix
