在GitHub API中,我们可以从特定提交中获取统计信息。
例如:
"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
要获得特定的提交,但在那个答案中,我没有代码添加/删除的数量。谢谢你。