psolymos / clickrup

Interacting with the ClickUp v2 API from R
https://peter.solymos.org/clickrup/
MIT License
18 stars 3 forks source link

Consider using httr2 instead of httr #14

Closed psolymos closed 1 year ago

psolymos commented 2 years ago

httr2 is a ground-up rewrite of httr that provides a pipeable API with an explicit request object that solves more problems felt by packages that wrap APIs (e.g. built-in rate-limiting, retries, OAuth, secure secrets, and more).

We have a work around for retries, but implementing OAuth flow might be easier with httr2.

psolymos commented 1 year ago

No need to fix what is working. Reopen when httr might represent an impediment relative to working with httr2