v4

latestOpenAPI 3.0.1Apache 2.02026-07-312457525.9 MB
Project API

Returns the changes between two points. The response from the API is equivalent to running the git log base...head command

get/workspaces/{workspace_domain}/projects/{project_name}/repository/comparison/{base}...{head}

Path parameters

workspace_domainstring required
Example:my-company

The human-readable ID of the workspace

project_namestring required
Example:my-project

The human-readable ID of the project

basestring required
Example:7c4786ffc65816bc3cd2418c3ceeb34134f4b03a

The revision before the first one from the returned list

headstring required
Example:d643744fbe5ebf2906a4d075a5b97110

The last revision in the returned list

Response

urlstring

API endpoint to GET this object

html_urlstring

Web URL to view this object in Buddy.works

aheadinteger

Number of commits ahead of the base

behindinteger

Number of commits behind the base