bcgov / bcdata

An R package for searching & retrieving data from the B.C. Data Catalogue
https://bcgov.github.io/bcdata
Apache License 2.0
81 stars 12 forks source link

Use httr2 over crul #296

Open ateucher opened 2 years ago

ateucher commented 2 years ago

httr2 has a more likely longterm maintenance plan, and possibly good async with multi_req_perform()

ateucher commented 8 months ago

Lots of goodies, now at 1.0: https://www.tidyverse.org/blog/2023/11/httr2-1-0-0/

boshek commented 8 months ago

Totally. I think this is also relevant -> Paginated requests and response handling: https://httr2.r-lib.org/reference/req_perform_iterative.html