The request library has been deprecated for 2019, we should think to move to another library make http requests.
The most natural alternative to me is the fetch api which is natively supported since node v18, and supported by the node-fetch library for older versions.
The request library has been deprecated for 2019, we should think to move to another library make http requests. The most natural alternative to me is the
fetch
api which is natively supported since node v18, and supported by thenode-fetch
library for older versions.