googleapis/google-api-go-client

Auto-generated Google APIs for Go.

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 4 minutes ago
Type:Library / SDKCategory(s):API Development ToolsDeveloper Tools
Added to GitGenius on September 15th, 2026
Created on November 24th, 2014
Open Issues & Pull Requests: 21 (+0)
GitHub issues: Enabled
Number of forks: 1,451
Total Stargazers: 4,474 (+0)
Total Subscribers: 189 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 0.0 hours
Mean response time: 30.3 hours
90th percentile: 2.0 days
Tracked items: 80

Most active contributors

Sign in to see contributor activity.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 10
New in 7 days: 1
Closed in 7 days: 0
Avg open age: 749 days
Stale 30+ days: 8
Stale 90+ days: 4

Recent activity

Opened in 7 days: 1
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 1

Top labels

  • priority: p2 (33)
  • type: bug (33)
  • type: question (25)
  • priority: p3 (22)
  • type: feature request (14)
  • needs more info (7)
  • flakybot: issue (4)
  • :rotating_light: (3)

Detailed Description

google-api-go-client is a collection of auto-generated Go client libraries for Google APIs.

The tool addresses the need to interact with Google's diverse API surface from Go applications. It works by automatically generating client libraries from Google's Discovery Service JSON descriptions, which define each API's endpoints, methods, and data structures. This approach ensures broad coverage of Google's API portfolio but means the libraries are generated rather than hand-crafted.

Developers should adopt this tool if they need to call Google APIs from Go and are working with non-Google Cloud Platform services. The README explicitly directs users working with Google Cloud Platform APIs such as Datastore or Pub/Sub to use the Cloud Client Libraries for Go instead, which are newer and more idiomatic for that specific use case. The tool supports multiple authorization patterns including Application Default Credentials, JSON key files, and custom oauth2 token sources. A Getting Started guide and examples directory are available for developers new to the library.

The project is in maintenance mode, meaning the maintainers address critical bugs and security issues but do not add new features. The auto-generated nature of the libraries means breaking changes can occur between releases. The generator itself and the code it produces are considered beta. The tool is officially supported by Google.