The request npm package has https://github.com/request/request-promise which says "
The simplified HTTP request client 'request' with Promise support. Powered by Bluebird."
So, I would like to know what is the advantage of wrapping it further?
In otherwords, does the features we listed still holds true with recent versions of nodejs and request libraries?