Registry / http-client / cli-go-gh

cli-go-gh

JSON →
library1.2.1gogounverified

A library for CLI Go applications to help interface with the gh CLI tool and the GitHub API.

go get github.com/cli/go-gh
INSTALL
IMPORT
SIG · CLI-GO-GH
C
cli-go-gh
http-clientgov1.2.1
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.

gh
github.com/cli/go-gh

Creates a GitHub REST client using the gh library.

package main import ( "fmt" "github.com/cli/go-gh" ) func main() { client, _ := gh.RESTClient(nil) fmt.Println(client) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.2.1latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
36 hits · last 30 days
node
32
Resources
cli-go-gh — go get cli-go-gh · libregistry