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
The package request has been deprecated for a while now and steamcommunity still uses it.
I suggest you add this to your v4 todo list (maybe also merge my PR while you're at it).
Anyway, there are several options to replace request with.
Personally, I'd recommend got, since it's as feature-rich and easy to use as request was, especially the easy cookie-support with tough-cookie.
But you can compare some of the most popular alternatives with this nice matrix: https://www.npmjs.com/package/got#comparison
The text was updated successfully, but these errors were encountered:
The package
request
has been deprecated for a while now andsteamcommunity
still uses it.I suggest you add this to your v4 todo list (maybe also merge my PR while you're at it).
Anyway, there are several options to replace
request
with.Personally, I'd recommend
got
, since it's as feature-rich and easy to use asrequest
was, especially the easy cookie-support withtough-cookie
.But you can compare some of the most popular alternatives with this nice matrix:
https://www.npmjs.com/package/got#comparison
The text was updated successfully, but these errors were encountered: