go-bitbucket
go-bitbucket copied to clipboard
Bitbucket API library for Golang.
When testing the latest version with Go 1.19 on Fedora Rawhide x86_64: ``` testing: github.com/ktrysmt/go-bitbucket github.com/ktrysmt/go-bitbucket # github.com/ktrysmt/go-bitbucket ./repository.go:1395:12: fmt.Errorf call has more than one error-wrapping directive %w ./repository.go:1472:12: fmt.Errorf...
Bitbucket has released (back in May 2022) new Bitbucket Cloud 2.0 API endpoints for managing users and groups permissions on repositories. Blog article here: https://developer.atlassian.com/cloud/bitbucket/new-repo-permission-apis/ Be great if we could...
Hi there, Thanks very much for the repo. I'm relatively new to GoLang, and wondering what could be the problem when trying to list the pipelines for a repo. _PullRequests.Gets()_...
Bitbucket's API supports triggering new pipelines ([see docs](https://developer.atlassian.com/cloud/bitbucket/rest/api-group-pipelines/#trigger-a-pipeline-for-a-branch)). Are there any plans for that to be added here? I am happy to contribute this if it's not already in the...
It would be nice to be able to limit how many pages of results are returned. Consider the case where we want to retrieve the most recent 20 commits for...
origin: https://bitbucket.org/api/swagger.json
Does the package contain any method to parse the webhooks on specific events (i.e. "push" event) ? Looking for something similar to this ... [https://github.com/xanzy/go-gitlab/blob/v0.53.0/event_parsing.go#L96](https://github.com/xanzy/go-gitlab/blob/v0.53.0/event_parsing.go#L96) > `ParseHook`
- ensure code is formatted properly - catch buts fast
This PR closes #154. It specifically adds the DeleteBranch and DeleteTag methods. **_Note this PR should not be merged until https://github.com/ktrysmt/go-bitbucket/pull/155 is merged since it uses the code from that...
The group-privileges endpoints live in the deprecated Bitbucket Cloud REST API version 1. But there is no equivalent endpoint in 2.0, see more details on: https://support.atlassian.com/bitbucket-cloud/docs/group-privileges-endpoint/