dnscontrol/vendor/github.com/tiramiseb/go-gandi
Tom Limoncelli f708f19535
Update many modules (#620)
* Update many modules.

go get -u golang.org/x/net
go get -u github.com/aws/aws-sdk-go
go get -u golang.org/x/oauth2
go get -u google.golang.org/api
go get -u gopkg.in/yaml.v2
go mod tidy

* Update modules

go get -u github.com/tiramiseb/go-gandi
go get -u github.com/miekg/dns
go mod tidy
2020-02-12 21:16:35 -05:00
..
domain Update many modules (#620) 2020-02-12 21:16:35 -05:00
internal/client Update many modules (#620) 2020-02-12 21:16:35 -05:00
livedns Update many modules (#620) 2020-02-12 21:16:35 -05:00
.gitignore NEW PROVIDER: GANDI_V5 (deprecates GANDI) (#572) 2020-01-20 14:13:32 -05:00
gandi.go Update many modules (#620) 2020-02-12 21:16:35 -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.