node-bitbucket icon indicating copy to clipboard operation
node-bitbucket copied to clipboard

Bitbucket API client for Browser and Node.js

Results 45 node-bitbucket issues
Sort by recently updated
recently updated
newest added

Bumps [ws](https://github.com/websockets/ws) from 7.3.0 to 7.5.9. Release notes Sourced from ws's releases. 7.5.9 Bug fixes Backported bc8bd34e to the 7.x release line (0435e6e1). 7.5.8 Bug fixes Backported 0fdcc0af to the...

dependencies

Hi, Im getting below error when I tried using `bitbucket.workspaces.getWorkspaces()` But im sure the issue exists in all the API calls. Here is the error message ``` Cross-Origin Request Blocked:...

What am I doing wrong here? Consider the following code: ```typescript import { Bitbucket } from "bitbucket"; const apiToken = 'Token as copied from https://id.atlassian.com/manage/api-tokens'; const bitbucket = new Bitbucket({...

NOT https://bitbucketjs.netlify.com as displayed in the README

I'm trying to use this package in a modern TypeScript setup and it's failing both during build time and when running in dev mode with `tsx`. The minimal reproduction steps...