enzy / digitalocean-api

DigitalOcean API node.js wrapper
119 stars 15 forks source link

Promisify Library #14

Open eorroe opened 7 years ago

eorroe commented 7 years ago

Have you considered a promise api instead of callback style?

enzy commented 7 years ago

It wasn't a thing back then when I wrote it.

I'll be glad for a PR with that change. But beware that the DO API has changed and I don't keep track of that anymore. Maybe try https://github.com/icodeforlove/doapi first ;)

eorroe commented 7 years ago

Whoa I just realized how long ago you wrote this, nvm I found it in the threads