-
Notifications
You must be signed in to change notification settings - Fork 19
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 the request module #48
Comments
Hey @RENOMIZER, That's definitely a change worth making - there's no real reason for keeping Go ahead and raise a PR, I just took a look at your fork and it seems pretty much OK. This change will need to be released under 1.2.x and there's a couple of small issues I'd like to still resolve in 1.1.x. |
Ok, got you. |
Hey @vot, Just in case if you consider to use Fetch API, there is Example on how the mentioned above module solves that...https://github.com/Prioe/node-fetch-progress/blob/master/src/index.js#L20-L28 |
Hello.
The
request
module has been deprecated so I have made a fork that replaces it withaxios
.All tests are passing and during the practical use no issues were spotted.
So I wanted to know whether or not you'd allow such a change to your original module so that I would know should I open a pull request or not?
The text was updated successfully, but these errors were encountered: