Registry / http-client / xanzy-go-gitlab

xanzy-go-gitlab

JSON →
library0.52.3gogounverified

A Go client library for interacting with the GitLab API.

go get github.com/xanzy/go-gitlab
INSTALL
IMPORT
SIG · XANZY-GO-GITLAB
X
xanzy-go-gitlab
http-clientgov0.52.3
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.

gitlab
github.com/xanzy/go-gitlab

Create a GitLab client and fetch the current user.

package main import ( "fmt" "github.com/xanzy/go-gitlab" ) func main() { git, _ := gitlab.NewClient("your-token") user, _, _ := git.Users.CurrentUser() fmt.Println(user.Name) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
22 hits · last 30 days
node
18
Amazon
1
OpenAI (training)
1
Resources