CleverTap / clevertap-node

A Node.js module for accessing the CleverTap Server API
MIT License
5 stars 11 forks source link

The request package has been deprecated #8

Closed dakshshah96 closed 1 year ago

dakshshah96 commented 2 years ago

As of Feb 11th 2020, request is fully deprecated. No new changes are expected to land. More info here: https://github.com/request/request/issues/3142.

It's been 2+ yrs, and the clevertap-node package should no longer be using request.

axios would be a good alternative.

Ikonicity-Airban commented 2 years ago

but Axios is not built-in right

dakshshah96 commented 2 years ago

@Ikonicity-Airban request is not built-in too. Here is the package: https://github.com/request/request

Ikonicity-Airban commented 2 years ago

@Ikonicity-Airban request is not built-in too. Here is the package: https://github.com/request/request

@dakshshah96 that was a rhetorical question though, but thanks anyways

KambleSonam commented 1 year ago

'request' package is replaced with 'node-fetch' package.