rt_url {rt} | R Documentation |
Generate an RT API URL
Description
Create an RT API URL based on the server URL and any arguments provided
Usage
rt_url(..., query_params = NULL, base_url = Sys.getenv("RT_BASE_URL"))
Arguments
... |
Parts of the URL to be joined by "/" |
query_params |
(list) A named list of query parameters where the names
of the list map to the query parameter names and the values of the list map
to the query parameter values. e.g., |
base_url |
(character) The base URL that hosts RT for your organization |
[Package rt version 1.1.0 Index]