Skip to content
This repository has been archived by the owner on Jan 20, 2022. It is now read-only.

Commit

Permalink
Add a link to the account page.
Browse files Browse the repository at this point in the history
Which is not obvious, I searched in admin.gandi.net for a bunch of
minutes before finding account.gandi.net.

Also v4/v5 being XMLRPC/REST split is not obvious.
  • Loading branch information
JulienPalard committed Feb 11, 2021
1 parent ec0f3bb commit 4f3caf0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions gandi/cli/commands/root.py
Expand Up @@ -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 = """
Expand Down
1 change: 1 addition & 0 deletions gandi/cli/modules/dns.py
Expand Up @@ -20,6 +20,7 @@ class Dns(GandiModule):
"""

# API documentation: https://doc.livedns.gandi.net/
api_url = 'https://dns.api.gandi.net/api/v5'

@classmethod
Expand Down

0 comments on commit 4f3caf0

Please sign in to comment.