dnscontrol/vendor/github.com/tiramiseb/go-gandi
Tom Limoncelli f6ce421fdd
NEW PROVIDER: GANDI_V5 (deprecates GANDI) (#572)
* GANDI_v5: Add Registrar support
* Add GANDI deprecation warning
* vendor github.com/tiramiseb/go-gandi
2020-01-20 14:13:32 -05:00
..
domain NEW PROVIDER: GANDI_V5 (deprecates GANDI) (#572) 2020-01-20 14:13:32 -05:00
internal/client NEW PROVIDER: GANDI_V5 (deprecates GANDI) (#572) 2020-01-20 14:13:32 -05:00
livedns NEW PROVIDER: GANDI_V5 (deprecates GANDI) (#572) 2020-01-20 14:13:32 -05:00
.gitignore NEW PROVIDER: GANDI_V5 (deprecates GANDI) (#572) 2020-01-20 14:13:32 -05:00
gandi.go NEW PROVIDER: GANDI_V5 (deprecates GANDI) (#572) 2020-01-20 14:13:32 -05:00
go.mod NEW PROVIDER: GANDI_V5 (deprecates GANDI) (#572) 2020-01-20 14:13:32 -05:00
go.sum NEW PROVIDER: GANDI_V5 (deprecates GANDI) (#572) 2020-01-20 14:13:32 -05:00
LICENSE NEW PROVIDER: GANDI_V5 (deprecates GANDI) (#572) 2020-01-20 14:13:32 -05:00
README.md NEW PROVIDER: GANDI_V5 (deprecates GANDI) (#572) 2020-01-20 14:13:32 -05:00

Gandi Go library

WIP: migrating from https://github.com/tiramiseb/go-gandi-livedns

cmd not working, fix needed

GoDoc License

This library interacts with Gandi's API, to manage Gandi services. This API returns some data as HTTP headers, please note those are ignored by this library.

A simple CLI is also shipped with this library. It returns responses to the requests in JSON.