ropensci / piggyback

:package: for using large(r) data files on GitHub
https://docs.ropensci.org/piggyback
GNU General Public License v3.0
182 stars 26 forks source link

`pb_download` should use release-download-url instead of api url to avoid api ratelimit #109

Closed tanho63 closed 8 months ago

tanho63 commented 8 months ago

pb_download currently uses the github API url to download files, which is subject to rate-limiting. We can avoid the rate limit by using the github download URL instead (as is returned by pb_download_url()).