dnscontrol/vendor/github.com/tiramiseb/go-gandi
2020-03-27 12:09:56 -04:00
..
domain Update modules (#691) 2020-03-10 16:26:06 -04:00
internal/client Update many modules (#620) 2020-02-12 21:16:35 -05:00
livedns go get -u github.com/tiramiseb/go-gandi (#711) 2020-03-27 12:09:56 -04:00
.gitignore go get -u github.com/tiramiseb/go-gandi (#711) 2020-03-27 12:09:56 -04:00
gandi.go Update many modules (#620) 2020-02-12 21:16:35 -05:00
go.mod go get -u github.com/tiramiseb/go-gandi (#711) 2020-03-27 12:09:56 -04:00
go.sum go get -u github.com/tiramiseb/go-gandi (#711) 2020-03-27 12:09:56 -04:00
LICENSE NEW PROVIDER: GANDI_V5 (deprecates GANDI) (#572) 2020-01-20 14:13:32 -05:00
README.md go get -u github.com/tiramiseb/go-gandi (#711) 2020-03-27 12:09:56 -04:00

Gandi Go library

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

GoDoc License Go

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. Build it with go build -o gandi ./cmd.