youtrack-rest-client:您跟踪以打字稿编写的REST API客户端

时间:2024-06-13 21:23:53
【文件属性】:

文件名称:youtrack-rest-client:您跟踪以打字稿编写的REST API客户端

文件大小:32KB

文件格式:ZIP

更新时间:2024-06-13 21:23:53

nodejs api client typescript rest

youtrack-rest-client 用于访问客户端库 安装 npm install youtrack-rest-client yarn add youtrack-rest-client 用法 验证 使用您的永久令牌(请参阅 ): import { Youtrack } from "youtrack-rest-client" ; const config = { baseUrl : "http://example.myjetbrains.com" , token : "perm:your-token" } ; const youtrack = new Youtrack ( config ) ; 使用用户名/密码新的REST API不再支持使用用户名/密码登录,如果需要,则需要使用旧的REST API( )。 // get the current use


【文件预览】:
youtrack-rest-client-master
----src()
--------index.ts(768B)
--------entities()
--------options()
--------youtrack.ts(4KB)
--------endpoints()
----.travis.yml(109B)
----tsconfig.json(215B)
----LICENSE(1KB)
----test()
--------entities()
--------youtrack.ts(3KB)
----README.md(8KB)
----.gitignore(24B)
----package-lock.json(34KB)
----package.json(1KB)

网友评论