getBitbucketServerRequestOptions()
Home > @backstage/integration
> getBitbucketServerRequestOptions
Gets the request options necessary to make requests to a given provider.
Signature:
function getBitbucketServerRequestOptions(config: BitbucketServerIntegrationConfig): {
headers: Record<string, string>;
};
Parameters
Parameter |
Type |
Description |
---|---|---|
config |
The relevant provider config |
{ headers: Record<string, string>; }