Skip to content

libdns/mythicbeasts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mythic Beasts for libdns

Go Reference

This package implements the libdns interfaces for Mythic Beasts Primary DNS API v2, 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.