There was an error while loading. Please reload this page.
gandi domain
I'm trying to port gandi domain list to use the v5 REST API, but I hit something:
gandi domain list
The REST API for /v5/domain/domains/{domain} does not give a zone_id.
/v5/domain/domains/{domain}
zone_id
The commands/record.py file use gandi.domain.info to get a zone_id.
commands/record.py
gandi.domain.info
Any Gandi insider having a hint for me?
If of any interest, my branch is here: https://github.com/JulienPalard/gandi.cli/tree/mdk/domain-v5
I'm trying to port
gandi domain listto use the v5 REST API, but I hit something:The REST API for
/v5/domain/domains/{domain}does not give azone_id.The
commands/record.pyfile usegandi.domain.infoto get azone_id.Any Gandi insider having a hint for me?
If of any interest, my branch is here: https://github.com/JulienPalard/gandi.cli/tree/mdk/domain-v5