Skip to main content

getAzureCommitsUrl()

Home > @backstage/integration > getAzureCommitsUrl

Given a URL, return the API URL to fetch commits on the branch.

Signature:

function getAzureCommitsUrl(url: string): string;

Parameters

ParameterTypeDescription
urlstringA URL pointing to a repository or a sub-path

Returns:

string