文件名称:node-codeship:Codeship API包装器
文件大小:17KB
文件格式:ZIP
更新时间:2024-06-06 00:16:44
JavaScript
#Node-Codeship 用于代码传输的API包装器 ##安装npm install node-codeship ##实例化 var CodeShip = require('node-codeship'); var codeShip = new CodeShip({ apiKey : YOUR_API_KEY }); ##命令 ###项目 检索所有项目 codeShip.projects(function(response) { // your projects : response.projects }) ###项目 检索特定项目 codeShip.projects(projectId,function(response) { // your project }) ### Build重新启动 codeShip.buildRestart(buildId,func
【文件预览】:
node-codeship-master
----.gitignore(27B)
----package.json(935B)
----.travis.yml(403B)
----gulpfile.js(326B)
----index.js(284B)
----README.md(1KB)
----.coveralls.yml(23B)
----lib()
--------CodeShipHTTP.js(1KB)
----coverage.html(25KB)
----test()
--------index.js(3KB)