Skip to main content
Version: Next

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

BitbucketIntegrationConfig

The relevant provider config

**Returns:**

{ headers: Record<string, string>; }