dnscontrol/vendor/github.com/tiramiseb/go-gandi/README.md
2020-03-27 12:09:56 -04:00

749 B

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.