generated fromNatoBoram/gigachad.ts
- Notifications
You must be signed in to change notification settings - Fork2
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
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
CodeRabbit's TypeScript API client for connecting to Bitbucket Cloud and Bitbucket Data Center.
- Bitbucket Cloud API docs:https://developer.atlassian.com/cloud/bitbucket/rest
- Bitbucket Data Center API docs:https://developer.atlassian.com/server/bitbucket/rest
This client is auto-generated byopenapi-typescript using the OpenAPI schema from the documentation above.
pnpm i @coderabbitai/bitbucket
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}`},})
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
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Contributors5
Uh oh!
There was an error while loading.Please reload this page.