You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 4, 2021. It is now read-only.
Is your feature request related to a problem? Please describe.
Suggestion for best-practice - RETRY is more robust to accidental API unavailability - per https://blog.r-hub.io/2020/04/07/retry-wheel/
Describe the solution you'd like
Should be as simple as swapping out all instances of httr::GET(...) with httr::RETRY("GET",...) - is drop-in replacement
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Suggestion for best-practice - RETRY is more robust to accidental API unavailability - per https://blog.r-hub.io/2020/04/07/retry-wheel/
Describe the solution you'd like
Should be as simple as swapping out all instances of
httr::GET(...)
withhttr::RETRY("GET",...)
- is drop-in replacementThe text was updated successfully, but these errors were encountered: