Registry / networking / nrdcg-goinwx

nrdcg-goinwx

JSON →
library0.12.0gogounverified

A Go client library for the INWX (InterNetWorX) API for domain and DNS management.

go get github.com/nrdcg/goinwx
INSTALL
IMPORT
SIG · NRDCG-GOINWX
N
nrdcg-goinwx
networkinggov0.12.0
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.

goinwx
github.com/nrdcg/goinwx

Authenticate and retrieve account information from INWX.

package main import ( "fmt" "github.com/nrdcg/goinwx" ) func main() { client := goinwx.NewClient("username", "password") info, err := client.Account.Info() if err != nil { fmt.Println(err) return } fmt.Println(info) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.12.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
12 hits · last 30 days
node
10
Amazon
1
Resources
nrdcg-goinwx — go get nrdcg-goinwx · libregistry