{"id":52899,"library":"nrdcg-dnspod-go","title":"DNSPod Go","description":"Package dnspod implements a client for the DNSPod API to manage DNS records.","status":"active","version":"0.4.0","language":"go","source_language":null,"source_url":"https://github.com/nrdcg/dnspod-go","tags":["dnspod","dns","api","client"],"install":[{"cmd":"go get github.com/nrdcg/dnspod-go","lang":"bash","label":"Install github.com/nrdcg/dnspod-go"}],"dependencies":[],"imports":[{"symbol":"dnspod","correct":"github.com/nrdcg/dnspod-go"}],"quickstart":{"code":"package main\n\nimport (\n\t\"fmt\"\n\t\"github.com/nrdcg/dnspod-go\"\n)\n\nfunc main() {\n\tclient := dnspod.NewClient(\"your-api-token\")\n\trecords, err := client.GetRecordList(\"example.com\")\n\tif err != nil {\n\t\tpanic(err)\n\t}\n\tfmt.Println(records)\n}","lang":"go","description":"Create a client and list DNS records"},"warnings":[],"env_vars":null,"search_vec":"'api':11,18 'client':7,19 'dns':14,17 'dnspod':1,4,10,16 'go':2 'implement':5 'manag':13 'packag':3 'record':15","created_at":"2026-06-15T07:16:56.113838+00:00","updated_at":"2026-06-15T07:16:56.113838+00:00","problems":[],"ecosystem":"go","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/nrdcg/dnspod-go","github":"https://github.com/nrdcg/dnspod-go","docs":"https://pkg.go.dev/github.com/nrdcg/dnspod-go#section-documentation","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["networking"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-15","next_check":"2026-12-12","install_tag":null}}