Categorygithub.com/libdns/netlify
modulepackage
1.1.0
Repository: https://github.com/libdns/netlify.git
Documentation: pkg.go.dev

# README

NETLIFY for libdns

Go Reference

This package implements the libdns interfaces for Netlify, allowing you to manage DNS records.

Example

  • Create a .env file in the _example/ directory with the following inside:
NETLIFY_TOKEN=YOUR_NETLIFY_TOKEN
ZONE=YOUR_ZONE_NAME
  • Then run go run main.go

# Structs

Provider implements the libdns interfaces for Netlify.