generate_url {zoomr} | R 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
[Package zoomr version 0.3.0 Index]