getGerritRequestOptions()
Home > @backstage/integration > getGerritRequestOptions
Return request headers for a Gerrit provider.
Signature:
function getGerritRequestOptions(config: GerritIntegrationConfig): {
headers?: Record<string, string>;
};
Parameters
|
Parameter |
Type |
Description |
|---|---|---|
|
config |
A Gerrit provider config |
{ headers?: Record<string, string>; }