Package: zoomr
Title: Connect to Your 'Zoom' Data
Version: 0.4.0
Authors@R: 
    c(
      person(
        given = "Chris",
        family = "Umphlett",
        role = c("aut", "cre"),
        email = "christopher.umphlett@gmail.com"
      ),
      person(
        given = "Paul",
        family = "Schmidt",
        role = c("ctb"),
        email = "schmidtpaul1989@outlook.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.3.2
NeedsCompilation: no
Packaged: 2025-07-28 13:47:48 UTC; c.umphlett
Author: Chris Umphlett [aut, cre],
  Paul Schmidt [ctb]
Maintainer: Chris Umphlett <christopher.umphlett@gmail.com>
Repository: CRAN
Date/Publication: 2025-07-28 14:20:02 UTC
Built: R 4.4.3; ; 2025-10-08 04:17:37 UTC; windows
