Skip to main content

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

ParameterTypeDescription
configBitbucketIntegrationConfigThe relevant provider config

Returns:

{ headers: Record<string, string>; }