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.
dnsimple
✓ github.com/dnsimple/dnsimple-go
Creates a DNSimple client and fetches account info.
package main
import (
"github.com/dnsimple/dnsimple-go/dnsimple"
)
func main() {
client := dnsimple.NewClient(dnsimple.NewOAuthTokenCredentials("token"))
// Example: list accounts
accounts, _ := client.Identity.Whoami(nil)
_ = accounts
}
Debug
Known issues
No known issues recorded.
Upgrade
Version history
1.7.0latest on pkg.go.dev
Audit
Dependencies
No dependency data recorded yet.