Registry /
http-client / gfleury-go-bitbucket-v1
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.