Justin Horton

Results 3 comments of Justin Horton

We also need to be wary of API differences between Bitbucket Cloud and Bitbucket Server. We should make separate configurations for each since we'll need to hit different endpoints (and...

Here's the doc on creating an application password: https://confluence.atlassian.com/bitbucket/app-passwords-828781300.html This is how to make a request with that password (Basic auth): ``` curl --user userName:appPassword https://api.bitbucket.org/1.0/user/repositories ``` I'm unsure if...

As I alluded to in #15, I don't think there's any reason to support _multiple_ API versions for a particular endpoint. I'd be fine using this to switch to v2.0...