1. 首页
  2. 考试认证
  3. 其它
  4. API访问解决方案

API访问解决方案

上传者: 2024-12-11 07:03:09上传 ZIP文件 10.26KB 热度 5次

用于访问bugherd.com APIPython库。如果您使用bugherd.com来跟踪错误和工作项,您可以使用这个Python库来提取和创建任务。该库实现了定义的API v2接口。目前,该库尚不支持任务的评论或附件。将来会添加API以帮助注册和取消注册webhook。

安装:

$ git clone https://github.com/brooksc/bugherd.git

用法:

from bugherd import BugHerd

bh = BugHerd(api_key) # replace with your key from bugherd settings

bh.organization() # returns data on your account (no project_id is required when operating)

下载地址
用户评论