DoctorMcKay / node-steamcommunity

Interact with various interfaces on Steam Community from Node.js
https://dev.doctormckay.com/forum/8-node-steamcommunity/
MIT License
476 stars 128 forks source link

Replace request package #261

Open Revadike opened 3 years ago

Revadike commented 3 years ago

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

DoctorMcKay commented 3 years ago

Added to todo list in the v4 PR, so I'm going to close this.

DoctorMcKay commented 3 years ago

Or I guess I could just use github properly.