lmammino / godaddy-dns

A Node.js script to programmatically update GoDaddy DNS records
https://lmammino.github.io/godaddy-dns/
MIT License
78 stars 21 forks source link

Fixes missing array in body request and exposes programmatic usage #33

Closed lmammino closed 6 years ago

lmammino commented 6 years ago

This PR fixes #31 and introduces changes suggested by @aandrulis (Closes #32) and @simon04 (Closes #30).

Thanks @aandrulis and @simon04 for the support