https://github.com/codestation/libdns-linode
https://github.com/codestation/libdns-linode
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/codestation/libdns-linode
- Owner: codestation
- License: mit
- Created: 2021-12-09T03:38:49.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2025-06-10T05:14:04.000Z (about 1 year ago)
- Last Synced: 2025-07-02T10:46:18.764Z (12 months ago)
- Language: Go
- Size: 22.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Linode for [`libdns`](https://github.com/libdns/libdns)
=======================
[](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`