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