// Package bitbucketcloud holds code for Bitbucket Cloud aka (bitbucket.org). // It is separate from bitbucketserver because Bitbucket Server has different // APIs. package bitbucketcloud const BaseURL = "https://api.bitbucket.org"