node-bitbucket-api:bitbucket节点api

时间:2024-06-27 02:31:04
【文件属性】:

文件名称:node-bitbucket-api:bitbucket节点api

文件大小:9KB

文件格式:ZIP

更新时间:2024-06-27 02:31:04

javascript bitbucket-api JavaScript

节点-bitbucket-api bitbucket api 节点包装器 入门 安装模块: npm install node-bitbucket-api 例子 var bitbucket = require ( 'node-bitbucket-api' ) ; var client = bitbucket . createClient ( { username : 'USER' , password : 'PWD' } ) ; var repository = client . getRepository ( { slug : 'SLUG' , owner : 'OWNER' } , function ( err , repo ) { //Code to access the repo object. } ) ; 要求 cURL 库 (Windows) 学分


【文件预览】:
node-bitbucket-api-master
----.jshintrc(213B)
----.gitignore(13B)
----package.json(914B)
----.travis.yml(92B)
----Gruntfile.js(993B)
----LICENSE(1KB)
----index.js(45B)
----README.md(982B)
----lib()
--------bitbucket.js(4KB)
--------response-parser.js(691B)
--------repository.js(8KB)
--------curl.js(2KB)
----.npmignore(23B)
----test()
--------bitbucket.js(431B)

网友评论