mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2025-01-12 02:17:43 +08:00
17 lines
798 B
Markdown
17 lines
798 B
Markdown
|
gandi-api
|
||
|
=========
|
||
|
|
||
|
|
||
|
## Overview
|
||
|
gandi-api is a go library for the [gandi.net API](http://doc.rpc.gandi.net/). See [gandi CLI tools](https://github.com/prasmussen/gandi)
|
||
|
and [gandi Restful Resource Records](https://github.com/prasmussen/gandi-rrr) for example usage.
|
||
|
|
||
|
### Godoc links
|
||
|
- [client](http://godoc.org/github.com/prasmussen/gandi-api/client)
|
||
|
- [contact](http://godoc.org/github.com/prasmussen/gandi-api/contact)
|
||
|
- [domain](http://godoc.org/github.com/prasmussen/gandi-api/domain)
|
||
|
- [zone](http://godoc.org/github.com/prasmussen/gandi-api/domain/zone)
|
||
|
- [record](http://godoc.org/github.com/prasmussen/gandi-api/domain/zone/record)
|
||
|
- [version](http://godoc.org/github.com/prasmussen/gandi-api/domain/zone/version)
|
||
|
- [operation](http://godoc.org/github.com/prasmussen/gandi-api/operation)
|