如何从Bitbucket API 2中获取代码添加和删除

时间:2017-12-28 16:04:55

标签: git bitbucket-api bitbucket-cloud

GitHub API中,我们可以从特定提交中获取统计信息。

E.g:

    "stats": {
      "additions": 104,
      "deletions": 4,
      "total": 108
     }

我想知道Bitbucket API V2是否具有相同功能,我目前正在使用:

curl -X GET -H "Authorization: Bearer ZZZ" -H "Content-Type: application/x-www-form-urlencoded" https://api.bitbucket.org/2.0/repositories/thesithorder/zzz/commit/6530c6c43a0c618321866e0150e119dad00db2d4

要获得特定提交,但在该答案中,我没有添加/删除代码的数量。谢谢。

0 个答案:

没有答案