Add BitBucket Cloud (api.bitbucket.org/2.0) as a third supported Git host alongside GitHub and GitLab.
BitBucket Cloud uses REST API v2 only (no GraphQL). Key differences from GitHub/GitLab:
- Workspaces instead of organizations/groups
- Cursor-based pagination via
next URL field
- No native releases concept (tags only)
- Issue tracker is optional per-repo
- No
additions/deletions in commit responses (requires separate diffstat call)
- Single
language field per repo (no language breakdown)
Sub-issues
Add BitBucket Cloud (
api.bitbucket.org/2.0) as a third supported Git host alongside GitHub and GitLab.BitBucket Cloud uses REST API v2 only (no GraphQL). Key differences from GitHub/GitLab:
nextURL fieldadditions/deletionsin commit responses (requires separate diffstat call)languagefield per repo (no language breakdown)Sub-issues
EngineRestBitBucket,GitHostBitBucket,set_bitbucket_host()get_repos()andget_orgs()supportget_commits()supportget_pull_requests()supportget_issues()supportget_files()and file tree supportget_users()andget_release_logs()support