Registry / http-client / andygrunwald-go-gerrit

andygrunwald-go-gerrit

JSON →
library1.1.1gogounverified

Package gerrit provides a client for using the Gerrit API, supporting authentication via HTTP cookie or HTTP Basic.

go get github.com/andygrunwald/go-gerrit
INSTALL
IMPORT
SIG · ANDYGRUNWALD-GO-GE
A
andygrunwald-go-gerrit
http-clientgov1.1.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.

gerrit
github.com/andygrunwald/go-gerrit

Lists projects from a Gerrit instance.

package main import ( "context" "log" "github.com/andygrunwald/go-gerrit" ) func main() { client, _ := gerrit.NewClient("https://gerrit-review.googlesource.com", nil) projects, _, err := client.Projects.ListProjects(context.Background(), nil) if err != nil { log.Fatal(err) } log.Printf("Projects: %v", projects) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
43 hits · last 30 days
node
36
Perplexity
1
OpenAI (training)
1
Resources
andygrunwald-go-gerrit — go get andygrunwald-go-gerrit · libregistry