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
|
Parameter |
Type |
Description |
|---|---|---|
|
url |
string |
A URL pointing to a repository or a sub-path |
string