nodejs-jira-wrapper:用于包装和简化 NodeJS 应用程序的 JIRA API 的模块

时间:2024-07-10 01:04:58
【文件属性】:

文件名称:nodejs-jira-wrapper:用于包装和简化 NodeJS 应用程序的 JIRA API 的模块

文件大小:17KB

文件格式:ZIP

更新时间:2024-07-10 01:04:58

nodejs jira node-module jira-api JavaScript

#Node.js JIRA API 包装器 该模块旨在包装和简化 JIRA API。 包装器目前仅支持一小部分可用的 API 调用。 大量 API 调用仅用于指定返回的数据。 不支持其中一些调用是故意的,因为它过于复杂。 阅读以下内容: 用法 注意:代码是针对 JIRA API 的第 2 版开发的。 例如:/rest/api/2/ npm install nodejs-jira-wrapper 用户可以提供用户名和密码或 base64 编码的身份验证字符串。 初始化 // authenticate with username:password jira = require ( 'nodejs-jira-wrapper' ) ( { username : 'username' , password : 'alligator1' , url : 'https://jira.a


【文件预览】:
nodejs-jira-wrapper-master
----lib()
--------helpers.js(3KB)
--------help.txt(275B)
--------test.js(2KB)
--------tests.js(1KB)
----LICENSE(18KB)
----config.json(59B)
----README.md(9KB)
----wrappers()
--------projects.js(1KB)
--------issues.js(5KB)
--------index.js(92B)
----.gitignore(34B)
----index.js(1KB)
----package.json(793B)

网友评论