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