Closed StephanGeorg closed 8 years ago
Changes look good man, thanks for helping!
When this module was written, node was in 0.12 and it just added native promises. But due to a memory leak issue, I ended up going for bluebird in order to avoid the issue.
@StephanGeorg Actually, theres one more thing. Could you also update the readme.md file ? it seems to have a reference to bluebird. Cheers!
I removed the references to unirest and bluebird and some other. Would you please update the npm package as well?
Sweet, I just asked @freyfogle to make me a contributor of the repo so that I can republish the package. Lets wait a bit until he sees these messages! Again, thanks a lot dude !
ok I think I gave you access. frankly I find github teams and organizations so confusing
yeah, i got it now! will publish the package in a few min. Thanks @freyfogle !
@StephanGeorg just published the package and fixed one of the tests that was broken. Thanks !
Cool, thanks!
Added some validations before executing the API in terms of speed and API usage. Replaced unirest with request and removed Bluebird. Can you tell me what is the advantage not to use the default promises?