有没有办法使用REST API在BitBucket中找到有关存储库所有者的信息?

时间:2019-05-21 05:23:55

标签: rest bitbucket bitbucket-api

我正在尝试使用REST API调用获取有关BitBucket中存储库列表所有者的信息。

我能够访问存储库的提交详细信息并列出用户,但我专注于检索所有者信息。

https://host:port/rest/api/1.0/projects/project_name/repos/repo_name/commits/?until=master

1 个答案:

答案 0 :(得分:0)

如果您有其UUID,则https://api.bitbucket.org/2.0/repositories/ {owner} / {repo_slug}应包含一个“所有者”对象。