request_with_proxy {hoopR} | R Documentation |
This is a thin wrapper on httr::RETRY
request_with_proxy(
url,
params = list(),
origin = "https://stats.nba.com",
referer = "https://www.nba.com/",
...
)
url |
Request url |
params |
list of params |
origin |
Origin url |
referer |
Referer url |
... |
passed to httr::RETRY |