Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ryanburnette/libdns-dnsimple
https://github.com/ryanburnette/libdns-dnsimple
Last synced: 22 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ryanburnette/libdns-dnsimple
- Owner: ryanburnette
- License: mit
- Created: 2023-05-13T13:39:50.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-05-13T16:50:45.000Z (almost 2 years ago)
- Last Synced: 2024-11-19T19:52:26.453Z (3 months ago)
- Language: Go
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
**DEVELOPER INSTRUCTIONS:**
This repo is a template for developers to use when creating new [libdns](https://github.com/libdns/libdns) provider implementations.
Be sure to update:
- The package name
- The Go module name in go.mod
- The latest `libdns/libdns` version in go.mod
- All comments and documentation, including README below and godocs
- License (must be compatible with Apache/MIT)
- All "TODO:"s is in the code
- All methods that currently do nothingRemove this section from the readme before publishing.
---
DNSimple for [`libdns`](https://github.com/libdns/libdns)
=======================[![Go Reference](https://pkg.go.dev/badge/test.svg)](https://pkg.go.dev/github.com/libdns/dnsimple)
This package implements the [libdns interfaces](https://github.com/libdns/libdns) for DNSimple, allowing you to manage DNS records.
TODO: Show how to configure and use. Explain any caveats.