Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

CodeRabbit's TypeScript API client for connecting to Bitbucket Cloud and Bitbucket Data Center

License

NotificationsYou must be signed in to change notification settings

coderabbitai/bitbucket

Repository files navigation

Node.js CIDependabot UpdatesGitHub PagesGitHub DownloadsNPM DownloadsCodeRabbit Pull Request Reviews

CodeRabbit's TypeScript API client for connecting to Bitbucket Cloud and Bitbucket Data Center.

This client is auto-generated byopenapi-typescript using the OpenAPI schema from the documentation above.

Usage

pnpm i @coderabbitai/bitbucket

Cloud

import{createBitbucketCloudClient}from"@coderabbitai/bitbucket/cloud"import{toBase64}from"@coderabbitai/bitbucket"import{BITBUCKET_CLOUD_APP_PASSWORD,BITBUCKET_CLOUD_URL,BITBUCKET_CLOUD_USERNAME,}from"./env.js"constbasic=toBase64(BITBUCKET_CLOUD_USERNAME+":"+BITBUCKET_CLOUD_APP_PASSWORD,)constclient=createBitbucketCloudClient({baseUrl:BITBUCKET_CLOUD_URL.toString(),headers:{Accept:"application/json",Authorization:`Basic${basic}`},})

Server

import{createBitbucketServerClient}from"@coderabbitai/bitbucket/server"import{BITBUCKET_SERVER_TOKEN,BITBUCKET_SERVER_URL}from"./env.js"constserver=createBitbucketServerClient({baseUrl:BITBUCKET_SERVER_URL,headers:{Accept:"application/json",Authorization:`Bearer${BITBUCKET_SERVER_TOKEN}`,},})

About

CodeRabbit's TypeScript API client for connecting to Bitbucket Cloud and Bitbucket Data Center

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

 
 
 

Contributors5


[8]ページ先頭

©2009-2025 Movatter.jp