Results 8 comments of aegiap

You can find your key for the XML-RPC API in our https://v4.gandi.net site in https://v4.gandi.net/admin/api_key and the key for the REST API in https://account.gandi.net/en/users//security

As far I can tell the package python-yaml is available in Debian repositories for Debian wheezy (see https://packages.debian.org/search?keywords=python-yaml&searchon=names&suite=all&section=all) For the python-click Debian package, we created it for our platform. We...

FYI the gandi.cli will be integrated in a near futur in Debian (maybe in Debian buster release). See https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=764342

This is not possible at the moment. The scoping of methods with API key should be in the feature list down the line.

@nmarjanovic but you can create teams in your organization in our v5 website for each of your platform and assign user to each group (a user could be in only...

Possible patch to fix some use-case of this issue: ``` diff diff --git a/gandi/cli/modules/iaas.py b/gandi/cli/modules/iaas.py index 412f296..f7f7908 100644 --- a/gandi/cli/modules/iaas.py +++ b/gandi/cli/modules/iaas.py @@ -308,13 +308,16 @@ class Iaas(GandiModule, SshkeyHelper): if...