mirror of
https://git.vectorsigma.ru/public/atlantis.git
synced 2026-08-01 22:48:48 +00:00
7 lines
233 B
Go
7 lines
233 B
Go
// 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"
|