我正在尝试使用REST API调用获取有关BitBucket中存储库列表所有者的信息。
我能够访问存储库的提交详细信息并列出用户,但我专注于检索所有者信息。
https://host:port/rest/api/1.0/projects/project_name/repos/repo_name/commits/?until=master
答案 0 :(得分:0)
如果您有其UUID,则https://api.bitbucket.org/2.0/repositories/ {owner} / {repo_slug}应包含一个“所有者”对象。