hashicorp / terraform-provider-bitbucket

This Terraform provider is archived per our provider archiving process: https://terraform.io/docs/internals/archiving.html
https://registry.terraform.io
Mozilla Public License 2.0
32 stars 105 forks source link

Use a Go library for Bitbucket APIv2? #33

Open davidji99 opened 5 years ago

davidji99 commented 5 years ago

Hi,

Not an issue or request, but more of a PSA...

I'm a contributor for the Heroku terraform provider and was browsing providers when I noticed that this provider isn't using a go library for accessing Bitbucket APIv2. It just so happens I revamped my fork of go-bitbucket to be more feature parity with the available APIs for another project of mine. I figure this provider could benefit from the work on my fork.

Happy to contribute to this provider as well. Thanks!

David

tdi commented 4 years ago

Does it take https://developer.atlassian.com/cloud/bitbucket/bitbucket-api-changes-workspaces/ under consideration?

davidji99 commented 4 years ago

Yeah, it should.

cwood commented 4 years ago

These only use the 2.0 apis we dont use the 1.0 apis. I will look into this. I really want atlassian to own some sort of client libraries for bitbucket but will see.