{"id":75318,"library":"go-chef-chef","title":"Go Chef","description":"A Go client library for the Chef Infra Server API.","status":"active","version":"0.30.1","language":"go","source_language":null,"source_url":"https://github.com/go-chef/chef","tags":["chef","infrastructure","api","client"],"install":[{"cmd":"go get github.com/go-chef/chef","lang":"bash","label":"Install github.com/go-chef/chef"}],"dependencies":[],"imports":[{"symbol":"chef","correct":"github.com/go-chef/chef"}],"quickstart":{"code":"package main\n\nimport (\n\t\"fmt\"\n\t\"github.com/go-chef/chef\"\n)\n\nfunc main() {\n\tclient, err := chef.NewClient(&chef.Config{\n\t\tBaseURL: \"https://chef.example.com\",\n\t\tClientName: \"myclient\",\n\t\tKey: \"...\",\n\t})\n\tif err != nil {\n\t\tpanic(err)\n\t}\n\tnodes, _ := client.Nodes.List()\n\tfmt.Println(nodes)\n}","lang":"go","description":"Lists all nodes from the Chef server."},"warnings":[],"env_vars":null,"search_vec":"'api':12,15 'chef':2,9,13 'client':5,16 'go':1,4 'infra':10 'infrastructur':14 'librari':6 'server':11","created_at":"2026-06-17T19:15:14.795605+00:00","updated_at":"2026-06-17T19:15:14.795605+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/go-chef/chef","github":"https://github.com/go-chef/chef","docs":"https://pkg.go.dev/github.com/go-chef/chef#section-documentation","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["http-client","cloud"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-17","next_check":"2026-12-14","install_tag":null}}