diff --git a/gandi/cli/commands/root.py b/gandi/cli/commands/root.py index 0a53f3a2..e1cd6849 100644 --- a/gandi/cli/commands/root.py +++ b/gandi/cli/commands/root.py @@ -16,6 +16,13 @@ def setup(gandi): """ intro = """Welcome to GandiCLI, let's configure a few things before we \ start. + +If you don't already have them, you can generate API keys from +your Gandi account: + +=> https://account.gandi.net/ for the v5 (REST API) +=> https://v4.gandi.net for the v4 (XMLRPC API) + """ outro = """ diff --git a/gandi/cli/modules/dns.py b/gandi/cli/modules/dns.py index 1d997fff..b98f90cc 100644 --- a/gandi/cli/modules/dns.py +++ b/gandi/cli/modules/dns.py @@ -20,6 +20,7 @@ class Dns(GandiModule): """ + # API documentation: https://doc.livedns.gandi.net/ api_url = 'https://dns.api.gandi.net/api/v5' @classmethod