如何在bitbucket Rest api中获取PullRequest Modified文件计数和行数

时间:2017-02-16 06:22:33

标签: bitbucket-api bitbucket-server

从bitbucket Rest api我怎样才能获得PullRequst修改的行数和文件数。我使用了这个" https://bitbucket.org/!api/2.0/repositories/ {userName} / {repoName} / pullrequests / 2 / diff"。但这回归file.can我从rest api本身得到文件数和行数?

1 个答案:

答案 0 :(得分:0)

还有一个端点diffstat,该端点还为您提供了每个文件添加/删除的统计信息行。因此,您仍然需要总结所有文件。

https://developer.atlassian.com/bitbucket/api/2/reference/resource/repositories/%7Busername%7D/%7Brepo_slug%7D/pullrequests/%7Bpull_request_id%7D/diffstat