Not working since official API?
Blogshot opened this issue · 1 comments
Hello there,
after upgrading to Ubuntu 16.04 the package wasn't working anymore. After some hours of digging around i found that godaddy now has an official API that can be used to completely manage accounts. This is likely the cause for it not working.
It may be a good idea to point people to the usage of that API instead or to change the library to use it.
Guide:
http://teanazar.com/2016/05/godaddy-ddns-updater/
Official:
https://developer.godaddy.com/
Specific documentation for the needed API:
https://developer.godaddy.com/doc#!/_v1_domains/list
In case you're interested I have a fork of this script at AndreasLoow/godaddy-dyndns, and it uses the official API (I did not know that it existed before reading your post -- thank you).