Registry / networking / ffledgling-pdns-go

ffledgling-pdns-go

JSON →
library0.0.0-20191021083206-d95f05e1f9cfgogounverified

A Go client library for interacting with the PowerDNS API.

go get github.com/ffledgling/pdns-go
INSTALL
IMPORT
SIG · FFLEDGLING-PDNS-GO
F
ffledgling-pdns-go
networkinggov0.0.0-20191021083206-d95f05e1f9cf
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

pdns
github.com/ffledgling/pdns-go

Creates a PowerDNS API client and lists zones.

package main import ( "github.com/ffledgling/pdns-go" ) func main() { client := pdns.NewClient("http://localhost:8081", "api-key") zones, err := client.ListZones() if err != nil { panic(err) } _ = zones }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.0-20191021083206-d95f05e1f9cflatest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
OpenAI (training)
1
Resources
ffledgling-pdns-go — go get ffledgling-pdns-go · libregistry