You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 4, 2024. It is now read-only.
@JulienPalard There is no zone_id exported in v5 API. Because LiveDNS don't use it, and v5 API only handle LiveDNS nameservers, not A/B/C (previous default nameservers).
I'm trying to port
gandi domain list
to 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.py
file usegandi.domain.info
to 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
The text was updated successfully, but these errors were encountered: