An open API service indexing awesome lists of open source software.

https://github.com/codestation/libdns-linode


https://github.com/codestation/libdns-linode

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

Linode for [`libdns`](https://github.com/libdns/libdns)
=======================

[![Go Reference](https://pkg.go.dev/badge/test.svg)](https://pkg.go.dev/go.megpoid.dev/libdns-linode)

This package implements the libdns interfaces for the [Linode API](https://www.linode.com/docs/api/domains/) (using the Go implementation from: https://github.com/linode/linodego)

## Authenticating

To authenticate you need to supply a Linode API token.

## Example

See `_example/main.go`