Files
atlantis/server/events/vcs/bitbucketcloud/bitbucketcloud.go
2018-07-24 20:25:20 +02:00

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"