文件名称:bitbucket-pr:用于请求请求管理的Bitbucket API(2.0)包装器
文件大小:9KB
文件格式:ZIP
更新时间:2024-05-20 02:23:46
JavaScript
位桶提取请求 模块 const bpr = require ( 'bitbucket-pr' ) import bpr from 'bitbucket-pr' 创造 let result = await bpr . create ( 'mybitbucketusername/myrepository' , // repository 'My first PR' , // title 'This is my first pull request' , // description 'test_branch' , // source branch 'master' , // destination branch { user : 'mybitbucketusername' , password : 'mybitbucke
【文件预览】:
bitbucket-pr-master
----.gitignore(13B)
----package.json(484B)
----package-lock.json(18KB)
----README.md(2KB)
----lib()
--------index.js(6KB)
----test()
--------bpr.test.js(666B)