Registry / http-client / google-go-github-v35

google-go-github-v35

JSON →
library35.3.0gogounverified

Package github provides a Go client for the GitHub API v3.

go get github.com/google/go-github/v35
INSTALL
IMPORT
SIG · GOOGLE-GO-GITHUB-V
G
google-go-github-v35
http-clientgov35.3.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

github
github.com/google/go-github/v35

Creates a GitHub client and fetches a user.

package main import ( "context" "fmt" "github.com/google/go-github/v35/github" ) func main() { client := github.NewClient(nil) user, _, _ := client.Users.Get(context.Background(), "octocat") fmt.Println(*user.Login) }
Debug
Known issues
breakingVersion v35 is outdated; consider using the latest major version.
fix
Update to the latest version (e.g., v68) for new features and fixes.
affects: 35.x
Upgrade
Version history
35.3.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
25 hits · last 30 days
node
24
Resources
google-go-github-v35 — go get google-go-github-v35 · libregistry