codeship-api:Codeship V2 API的Node.js包装器

时间:2024-05-30 04:02:46
【文件属性】:

文件名称:codeship-api:Codeship V2 API的Node.js包装器

文件大小:71KB

文件格式:ZIP

更新时间:2024-05-30 04:02:46

JavaScript

Codeship API Codeship V2 API的基于承诺的包装器 V2 API-所需的访问权限 Codeship API的V2需要一个专用的codeship.com帐户才能访问; 这限制了 第三方身份验证服务-Github,Gitlab,Bitbucket等 拥有2FA的帐户 对于需要访问的每个项目,该项目必须在该项目的相应团队中。 有关更多信息,请参阅。 安装 npm install --save codeship-api 用法 认证 针对Codeship API进行身份验证,以使用组织,令牌和有效期填充类。 刷新后自动重新认证。 const Codeship = require ( 'codeship' ) ; ( async ( ) => { const codeship = new Codeship ( { username : 'test' , password


【文件预览】:
codeship-api-master
----.gitignore(940B)
----README.md(2KB)
----LICENSE(1KB)
----package.json(886B)
----src()
--------routes()
--------index.test.js(1KB)
--------__snapshots__()
--------index.js(2KB)
----index.js(35B)
----.editorconfig(206B)
----.eslintrc.json(82B)
----package-lock.json(223KB)

网友评论