Registry / http-client / gfleury-go-bitbucket-v1

gfleury-go-bitbucket-v1

JSON →
library0.0.0-20230830121038-6e30c5760c87gogounverified

A Go client library for the Bitbucket Server (Stash) REST API version 1.

go get github.com/gfleury/go-bitbucket-v1
INSTALL
IMPORT
SIG · GFLEURY-GO-BITBUCK
G
gfleury-go-bitbucket-v1
http-clientgov0.0.0-20230830121038-6e30c5760c87
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.

bitbucketv1
github.com/gfleury/go-bitbucket-v1

Create a Bitbucket client and list projects

package main import ( "fmt" "github.com/gfleury/go-bitbucket-v1" ) func main() { client := bitbucketv1.NewClient("https://bitbucket.example.com", "username", "password") projects, _ := client.DefaultApi.GetProjects() fmt.Println(projects) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.0-20230830121038-6e30c5760c87latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
28 hits · last 30 days
node
24
Amazon
1
Resources
gfleury-go-bitbucket-v1 — go get gfleury-go-bitbucket-v1 · libregistry