aacerox / node-rest-client

REST API client from node.js
MIT License
376 stars 132 forks source link

promise from http calls #185

Open chaitanya11 opened 6 years ago

chaitanya11 commented 6 years ago

Is there a way to get promise instead of callbacks from node-rest-client.

adeelibr commented 6 years ago

following this thread,

bstoots commented 6 years ago

It would be nice if it was built in to the core node-rest-client project but check out: https://www.npmjs.com/package/node-rest-client-promise.