Skip to main content
Version: Next

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

BitbucketServerIntegrationConfig

The relevant provider config

**Returns:**

{ headers: Record<string, string>; }