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

google-go-github-v60

JSON →
library60.0.0gogounverified

Go library for accessing the GitHub API v3.

go get github.com/google/go-github/v60
INSTALL
IMPORT
SIG · GOOGLE-GO-GITHUB-V
G
google-go-github-v60
http-clientgov60.0.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/v60/github

Fetches a GitHub user's information.

package main import ( "context" "fmt" "github.com/google/go-github/v60/github" ) func main() { client := github.NewClient(nil) user, _, _ := client.Users.Get(context.Background(), "octocat") fmt.Println(user.GetLogin()) }
Debug
Known issues
breakingBreaking changes between major versions; v60 may have different API signatures than v59.
fix
Refer to the migration guide when upgrading major versions.
affects: >=60.0.0
Upgrade
Version history
60.0.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
14 hits · last 30 days
node
14
Resources
google-go-github-v60 — go get google-go-github-v60 · libregistry