yola / pixabayjs

A Javascript Client for the Pixabay API
MIT License
17 stars 6 forks source link

Switch out Superagent for Stipulate #47

Open LionOps opened 7 years ago

LionOps commented 7 years ago

Superagent has served Yola well, but with #46 being an issue and the fetch API supporting promises natively, it would be better to factor superagent out and use https://github.com/yola/stipulate instead. We could also kill the q dependency, and follow the Promise spec allowing consumers to decide what Promise implementation they wish to use.