Skip to content
This repository has been archived by the owner on Jul 4, 2024. It is now read-only.

Commit

Permalink
Merge pull request #308 from JulienPalard/mdk/link-to-account
Browse files Browse the repository at this point in the history
Add a link to the account page.
  • Loading branch information
yanndinendal committed Feb 11, 2021
2 parents ec0f3bb + 4f3caf0 commit bfe2e6f
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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 bfe2e6f

Please sign in to comment.