{"id":52750,"library":"google-go-github-v27","title":"Go GitHub API v27","description":"A Go client library for accessing the GitHub API v3, version 27 of the module.","status":"active","version":"27.0.6","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/v27","lang":"bash","label":"Install github.com/google/go-github/v27"}],"dependencies":[],"imports":[{"symbol":"github","correct":"github.com/google/go-github/v27/github"}],"quickstart":{"code":"package main\n\nimport (\n\t\"context\"\n\t\"fmt\"\n\t\"github.com/google/go-github/v27/github\"\n)\n\nfunc main() {\n\tclient := github.NewClient(nil)\n\tuser, _, _ := client.Users.Get(context.Background(), \"octocat\")\n\tfmt.Printf(\"User: %s\\n\", *user.Login)\n}","lang":"go","description":"Fetches a GitHub user's information using the API client."},"warnings":[{"fix":"Update to the latest major version, e.g., github.com/google/go-github/v68.","message":"This version (v27) is outdated; consider using a newer major version for latest features and fixes.","severity":"gotcha","affected_versions":"27.x"}],"env_vars":null,"search_vec":"'27':16 'access':10 'api':3,13,21 'client':7,22 'github':2,12,20 'go':1,6 'librari':8 'modul':19 'v27':4 'v3':14,23 'version':15","created_at":"2026-06-15T07:10:01.512627+00:00","updated_at":"2026-06-15T07:10:01.512627+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/v27#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-15","next_check":"2026-12-12","install_tag":null}}