BitBucket get list of all contributors

2019-08-09 16:05发布

问题:

Is there a way using the BitBucket API to get a list of all commiters/contributors to a repository?

I know I can user git-shortlog for this purpose but would rather make an API call if possible.

回答1:

No, we do not currently have that kind of data indexed, or available through the API.