ranm8 / requestify

Simplifies node HTTP request making.
http://ranm8.github.io/requestify
MIT License
223 stars 55 forks source link

Support various Promise libraries #35

Closed JAForbes closed 6 years ago

JAForbes commented 9 years ago

Any chance of supporting multiple Promise libraries?

I've got bluebird in my project already, and I'm curious if I can just override some internal property and all will be well?

angelxmoreno commented 8 years ago

AFAIK, Q and Bluebird share similar but not identical APIs. Using them interchangeably does not seem like a simple task. The bigger question would be can we switch to bluebird promises since Q has so many issues on its own. #37 being one of them.