go-bitbucket icon indicating copy to clipboard operation
go-bitbucket copied to clipboard

Bitbucket API library for Golang.

Results 33 go-bitbucket issues
Sort by recently updated
recently updated
newest added

Currently Branches and Tags have separate Options structs although they are essentially the same endpoint. RepoBranchesOptions is only different from RepoTagsOptions in that it possess a `BranchName` field as shown...

I noticed that `go-bitbucket` doesn't have functions/methods for Deleting Tags and Branches. I wanted to work on adding these functions after the PR for [issue 153](https://github.com/ktrysmt/go-bitbucket/issues/153) is complete. If you...

hey @ktrysmt I took a further look at https://github.com/ktrysmt/go-bitbucket/issues/144 and it seems like the BranchRestrictions Create and Get methods need a little work as well. I got rid of the...

The decoding of the Atlassian API responses is primarily done using `mapstructure.Decode`. Is there a compelling reason to use this instead of `json.NewDecoder`?

The function for retrieving a list of repository web hooks is named `Gets`. To make the function's name more idiomatic, can it be renamed to `List`?

When setting branch permissions `restrict_merges` am passing `map[string]string{"admin": "administrator", "dev": "developer"}` as the `BranchRestrictionsOptions.Groups` value . It throws an error `400 Bad Request` and sets the permission group to `Everybody`

Hello, I'm trying to list files in my BitBucket repository but I get an error. My module setup is: ``` go 1.16 require github.com/ktrysmt/go-bitbucket v0.9.9 // indirect ``` The test...

Seems like there is nothing for bitbucket project endpoints yet. A complete CRUD would be nice :)

https://developer.atlassian.com/bitbucket/api/2/reference/resource/repositories/%7Busername%7D/%7Brepo_slug%7D/refs/branches