Learn R Programming

zoomr (version 0.3.0)

zoom_api_request: Send httr requests to Zoom API

Description

This is based on the function of the same name in the qualtRics package.

Usage

zoom_api_request(
  verb = c("GET", "POST"),
  url = url,
  body = NULL,
  as = c("parsed", "raw"),
  token,
  query_params = query_params,
  ...
)

Arguments

verb

Type of request to be sent (@seealso [httr::VERB()])

url

Zoom endpoint URL created by [generate_url()] functions

...

arguments passed to httr::content when parsing