Constructor options for BitbucketClient.

interface BitbucketClientOptions {
    apiPath: string;
    apiUrl: string;
    token: string;
    user: string;
}

Properties

apiPath: string

The API path to prepend to every request (e.g., 'rest/api/latest')

apiUrl: string

The host URL of the Bitbucket Data Center instance (e.g., https://bitbucket.example.com)

token: string

The personal access token or password to authenticate with

user: string

The username to authenticate with