The API path to prepend to every request (e.g., 'rest/api/latest')
The host URL of the Bitbucket Data Center instance (e.g., https://bitbucket.example.com)
OptionalauthThe authentication scheme to use. Defaults to 'basic'; use 'bearer' for HTTP access tokens.
OptionalretryRetry/backoff behaviour applied when the API responds with 429 Too Many Requests.
The personal access token or password to authenticate with
OptionaluserThe username to authenticate with. Required when authType is 'basic' (the default).
Constructor options for BitbucketClient.