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

google-go-github-v43

JSON →
library43.0.0gogounverified

Go client library for accessing the GitHub API v3.

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

Fetch a GitHub user by username.

import "github.com/google/go-github/v43/github" client := github.NewClient(nil) user, _, _ := client.Users.Get(ctx, "octocat") fmt.Println(*user.Login)
Debug
Known issues
gotchaVersion 43 uses GitHub API v3; for GraphQL use v43/githubv4.
fix
Use the correct subpackage for GraphQL: github.com/google/go-github/v43/githubv4
affects: >=43.0.0
Upgrade
Version history
43.0.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

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