Package: zoomr
Title: Connect to Your 'Zoom' Data
Version: 0.3.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.2.3
NeedsCompilation: no
Packaged: 2024-02-23 18:10:31 UTC; c.umphlett
Author: Chris Umphlett [aut, cre]
Maintainer: Chris Umphlett <christopher.umphlett@gmail.com>
Repository: CRAN
Date/Publication: 2024-02-23 18:30:02 UTC
