# Functions
ApiPath returns the API path for BitBucket PR operations.
ApiPathID returns the API path for BitBucket PR operations with a PR ID.
GenPR generates a PR payload for the Bitbucket v1 API.
LookupBranch returns the target branch for the given repository.
LookupReviewers returns the list of reviewers for the given repository.
ParseRepo splits a repo identifier into its component parts.
RepoPath returns the full repository path for the given name.
RepoURL returns the repository remote url for the given name.
ValidateBranch returns an error if the current git branch is the source branch.
ValidateRequiredConfig checks viper and returns an error if a key isn't set.
# Type aliases
PR data fetched from the BitBucket v1 API.