Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replacing deprecated request dependency #164

Open
fidgi opened this issue Aug 27, 2022 · 2 comments
Open

Replacing deprecated request dependency #164

fidgi opened this issue Aug 27, 2022 · 2 comments
Labels

Comments

@fidgi
Copy link

fidgi commented Aug 27, 2022

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.

@fidgi fidgi added the feature label Aug 27, 2022
@shubhamp-sf
Copy link
Contributor

Already being discussed here: #147

@samarpanB
Copy link
Contributor

samarpanB commented Mar 3, 2024

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 ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants