get_commit | Fetch a single commit by hash. |
get_current_user | Fetch the profile of the authenticated user. |
get_issue | Fetch a single issue by id. |
get_project | Fetch a single project by its key. |
get_pull_request | Fetch a single pull request by id. |
get_repository | Fetch a single repository by workspace and slug. |
get_workspace | Fetch a single workspace by its slug. |
list_branches | List branches of a repository. |
list_commits | List commits of a repository, optionally scoped to a branch or revision. |
list_deployment_environments | List deployment environments of a repository. |
list_issues | List issues in a repository issue tracker. |
list_pipelines | List pipeline runs of a repository. |
list_pr_activity | List the activity log (approvals, updates, comments) of a pull request. |
list_pr_comments | List comments on a pull request. |
list_pr_commits | List the commits included in a pull request. |
list_projects | List projects in a workspace. |
list_pull_requests | List pull requests of a repository, optionally filtered by state. |
list_repositories | List repositories in a workspace. |
list_tags | List tags of a repository. |
list_watchers | List users watching a repository. |
list_webhooks | List webhooks configured on a repository. |
list_workspaces | List workspaces the authenticated user is a member of. |