make_url
make_url(restapi = TRUE, query, param = NULL, version = "1.1")
logical Default restapi = TRUE
indicates the provided URL components should be
specify Twitter's REST API. Set this to FALSE if you wish
to make a request URL designed for Twitter's streaming api.
Twitter's subsetting/topic identifiers. Although the httr package refers to this as "path", query is used here to maintain consistency with Twitter API's excellent documentation.
Additional parameters (arguments) passed along. If none, NULL (default).
Twitter API version number. Defaults to most
recent version, which at the current time is
version = "1.1"
. Functions not tested on older
versions.
URL used in httr call.