/go-gandi

A Go library for the Gandi API

Primary LanguageGoMIT LicenseMIT

Gandi Go library

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.