{"id":51936,"library":"google-go-github-v35","title":"Go GitHub API Client v35","description":"Package github provides a Go client for the GitHub API v3.","status":"active","version":"35.3.0","language":"go","source_language":null,"source_url":"https://github.com/google/go-github","tags":["github","api","client","v3"],"install":[{"cmd":"go get github.com/google/go-github/v35","lang":"bash","label":"Install github.com/google/go-github/v35"}],"dependencies":[],"imports":[{"symbol":"github","correct":"github.com/google/go-github/v35"}],"quickstart":{"code":"package main\n\nimport (\n\t\"context\"\n\t\"fmt\"\n\t\"github.com/google/go-github/v35/github\"\n)\n\nfunc main() {\n\tclient := github.NewClient(nil)\n\tuser, _, _ := client.Users.Get(context.Background(), \"octocat\")\n\tfmt.Println(*user.Login)\n}","lang":"go","description":"Creates a GitHub client and fetches a user."},"warnings":[{"fix":"Update to the latest version (e.g., v68) for new features and fixes.","message":"Version v35 is outdated; consider using the latest major version.","severity":"breaking","affected_versions":"35.x"}],"env_vars":null,"search_vec":"'api':3,15,18 'client':4,11,19 'github':2,7,14,17 'go':1,10 'packag':6 'provid':8 'v3':16,20 'v35':5","created_at":"2026-06-15T06:35:23.060113+00:00","updated_at":"2026-06-15T06:35:23.060113+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/google/go-github","github":"https://github.com/google/go-github","docs":"https://pkg.go.dev/github.com/google/go-github/v35#section-documentation","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["http-client"],"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}}