是否有任何方法可以使用REST API查找Bitbucket中存储库所有者的信息



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

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

https://主机:port/rest/api/1.0/project/project_name/repos/repo_name/commits/?直到= master = master

如果您有他们的uuid,则https://api.bitbucket.org/2.0/repositories/{owner }/{repo_slug}应包括一个"所有者"对象。

最新更新