nufyoot / createsend-node

Node.js Campaign Monitor API wrapper
MIT License
59 stars 34 forks source link

async/await functionality #27

Open KaitlynParsons opened 2 years ago

KaitlynParsons commented 2 years ago

Currently, all the functions use callbacks. It would be nice to update to use promises & async/await functionality.