buildRESTurl: Function constructs a URL for a REST API call by appending query parameters.
Description
Function constructs a URL for a REST API call by appending query parameters.
Usage
buildRESTurl(url, .list = list(), ...)
Value
string of the full REST API URL.
Arguments
- url
Base URL of the REST API.
- .list
A list of named query parameters.
- ...
additional optional arguments