Wraps httr::GET() with a descriptive User-Agent to avoid being
blocked by services like Figshare that reject default libcurl requests,
especially from CI runner IPs (e.g., GitHub Actions).
Arguments
- url
The URL to request
- ...
Additional arguments passed to
httr::GET()