generate_url: Generate URL for specific API query by type and (if...

View source: R/utils.R

generate_urlR Documentation

Generate URL for specific API query by type and (if appropriate) ID

Description

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

Usage

generate_url(query, ...)

Arguments

query

string. The specific API query desired. Generally named the same as associated functions but without underscores, so the request for 'getwebinardetails()' would be be "getwebinardetails".

...

Named elements of URL for specific query desired, such as 'webinar_id'.

Value

Endpoint URL to be passed to querying tools


zoomr documentation built on May 29, 2024, 8:15 a.m.

Related to generate_url in zoomr...