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_url` returns choice of browser or api download urls #117

Closed tanho63 closed 8 months ago

tanho63 commented 8 months ago

Resolves #116.

Adds handling so that pb_download_url can be more useful with private repos. Not 100% sure how the auth header would be passed in a cloud-native setup yet (might never be) but at least we can document ways to skip disk read now.

cboettig commented 8 months ago

It looks like https://github.com/duckdb/duckdb/pull/8425 would add support for custom http headers to duckdb

tanho63 commented 8 months ago

Sweet! Probably worth updating the vignette when that gets merged in, I'll leave an issue as a followup for next time I get into a piggyback-updating-spree.