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

Add a link to the account page. #308

Merged
merged 1 commit into from
Feb 11, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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