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

https://github.com/libdns/mythicbeasts

Mythic Beasts provider for libdns
https://github.com/libdns/mythicbeasts

Last synced: 6 months ago
JSON representation

Mythic Beasts provider for libdns

Awesome Lists containing this project

README

          

# Mythic Beasts for [`libdns`](https://github.com/libdns/libdns)

[![Go Reference](https://pkg.go.dev/badge/test.svg)](https://pkg.go.dev/github.com/libdns/mythicbeasts)

This package implements the [libdns](https://github.com/libdns/libdns) interfaces for [Mythic Beasts Primary DNS API v2](https://www.mythic-beasts.com/support/api/dnsv2), allowing you to manage DNS records.

## Authenticating

To authenticate you are required to supply both your Key ID and secret.

## Example

For a minimal example of how to access your DNS records see [_example/main.go](_example/main.go).