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
I recently began adopting httr2 as a rest api interface and i cannot speak highly enough of it.
Mainly, if you have to make multiple requests (such as getting multiple pages of track ID results) you can run these in parallel with multi_req_perform() which is an insane speed boost.
The text was updated successfully, but these errors were encountered:
I recently began adopting httr2 as a rest api interface and i cannot speak highly enough of it.
Mainly, if you have to make multiple requests (such as getting multiple pages of track ID results) you can run these in parallel with
multi_req_perform()
which is an insane speed boost.The text was updated successfully, but these errors were encountered: