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
In order to introduce a new library in place of request, it will need a full rewrite of the codebase. Also, there are a few alternatives available like axios, got or fetch (natively available since nodejs v21). I think we need to see what could be our best and future proof alternative. I would propose to move to native fetch module since that's going to be native to nodejs in coming future. Thoughts @raymondfeng@dhmlau@achrinza ?
Suggestion
Replacing the deprecated request package by a modern equivalent like axios or superagent.
More alternatives mentionned here
Use Cases
N/A
Examples
N/A
Acceptance criteria
TBD - will be filled by the team.
The text was updated successfully, but these errors were encountered: