{"id":52199,"library":"hashicorp-consul-sdk","title":"Consul SDK","description":"Provides the Consul API client and related utilities for interacting with HashiCorp Consul.","status":"active","version":"0.18.1","language":"go","source_language":null,"source_url":"https://github.com/hashicorp/consul","tags":["consul","service-discovery","sdk"],"install":[{"cmd":"go get github.com/hashicorp/consul/sdk","lang":"bash","label":"Install github.com/hashicorp/consul/sdk"}],"dependencies":[],"imports":[{"symbol":"sdk","correct":"github.com/hashicorp/consul/sdk"}],"quickstart":{"code":"package main\n\nimport (\n\t\"fmt\"\n\t\"github.com/hashicorp/consul/sdk\"\n)\n\nfunc main() {\n\tclient, err := sdk.NewClient(sdk.DefaultConfig())\n\tif err != nil {\n\t\tpanic(err)\n\t}\n\tmembers, _ := client.Agent().Members(false)\n\tfmt.Println(members)\n}","lang":"go","description":"Creates a Consul client and lists agent members."},"warnings":[{"fix":"Use github.com/hashicorp/consul/sdk instead of github.com/hashicorp/consul.","message":"The sdk package is separate from the main consul module; ensure you import the correct path.","severity":"gotcha","affected_versions":">=0.1.0"}],"env_vars":null,"search_vec":"'api':6 'client':7 'consul':1,5,15,16 'discoveri':19 'hashicorp':14 'interact':12 'provid':3 'relat':9 'sdk':2,20 'servic':18 'service-discoveri':17 'util':10","created_at":"2026-06-15T06:44:56.035009+00:00","updated_at":"2026-06-15T06:44:56.035009+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/hashicorp/consul","github":"https://github.com/hashicorp/consul","docs":"https://pkg.go.dev/github.com/hashicorp/consul/sdk#section-documentation","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["networking","cloud"],"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}}