Registry / http-client / nrdcg-namesilo

nrdcg-namesilo

JSON →
library0.5.0gogounverified

A Go client library for accessing the Namesilo API, enabling domain management and DNS operations.

go get github.com/nrdcg/namesilo
INSTALL
IMPORT
SIG · NRDCG-NAMESILO
N
nrdcg-namesilo
http-clientgov0.5.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.

namesilo
github.com/nrdcg/namesilo

Creates a Namesilo API client and retrieves account information.

package main import ( "fmt" "github.com/nrdcg/namesilo" ) func main() { client := namesilo.NewClient("your-api-key") account, err := client.GetAccountInfo() if err != nil { panic(err) } fmt.Printf("Account balance: %s\n", account.Balance) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
13 hits · last 30 days
node
12
OpenAI (training)
1
Resources
nrdcg-namesilo — go get nrdcg-namesilo · libregistry