getBitbucketRequestOptions()
Home > @backstage/integration
> getBitbucketRequestOptions
Warning: This API is now obsolete.
no longer in use, bitbucket integration replaced by integrations bitbucketCloud and bitbucketServer.
Gets the request options necessary to make requests to a given provider.
Signature:
function getBitbucketRequestOptions(config: BitbucketIntegrationConfig): {
headers: Record<string, string>;
};
Parameters
Parameter |
Type |
Description |
---|---|---|
config |
The relevant provider config |
{ headers: Record<string, string>; }