getGerritFileContentsApiUrl()
Home > @backstage/integration
> getGerritFileContentsApiUrl
Return the url to fetch the contents of a file using the Gerrit API.
Signature:
function getGerritFileContentsApiUrl(config: GerritIntegrationConfig, url: string): string;
Parameters
Parameter |
Type |
Description |
---|---|---|
config |
A Gerrit provider config. | |
url |
string |
An url pointing to a file in git. |
string