Registry / http-client / ktrysmt-go-bitbucket

ktrysmt-go-bitbucket

JSON →
library0.10.0gogounverified

A Go client library for the Bitbucket API.

go get github.com/ktrysmt/go-bitbucket
INSTALL
IMPORT
SIG · KTRYSMT-GO-BITBUCK
K
ktrysmt-go-bitbucket
http-clientgov0.10.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.

bitbucket
github.com/ktrysmt/go-bitbucket

Authenticate and fetch the authenticated user's profile.

package main import ( "fmt" "github.com/ktrysmt/go-bitbucket" ) func main() { c := bitbucket.NewBasicAuth("username", "password") user, _ := c.User.Profile() fmt.Println(user.DisplayName) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
19 hits · last 30 days
node
18
OpenAI (training)
1
Resources
ktrysmt-go-bitbucket — go get ktrysmt-go-bitbucket · libregistry