Skip to content

Updated library to support Godaddy API changes

Compare
Choose a tag to compare
@eXamadeus eXamadeus released this 25 Apr 03:25
· 22 commits to master since this release

Added the ability to configure the api_base_url and api_version for Client.

Example:

client = Client(account, api_base_url='https://api.godaddy.com/', api_version='v1')