本文介绍了如何获取允许用户访问的存储库的完整列表?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我发现了bitbucket api,例如:

I have found bitbucket api like:

https://bitbucket.org/api/2.0/repositories/{teamname}

但是此链接返回301状态(永久移动到!api / 2.0 / repositories / {teamname} )。

But this link return 301 status (moved permanently to !api/2.0/repositories/{teamname}).

好,但是此状态返回状态200,存储库为零。

Ok, but this one returns status 200 with zero repositories.

我提供了两个参数,分别为 user password ,但似乎没有变化。

I provide two parameters as user and password, but nothing seems changed.

因此,任何人都可以回答如何获取允许特定用户使用的私人存储库的完整列表吗?

So, can anybody answer how to get full list of private repositories that allowed to specific user?

推荐答案

Atlassian文档-提供了一个有关如何访问存储库的详细文档。

Atlassian Documentation - Repositories Endpoint provides a detail documentation on how to access the repositories.

bitbucket中提到的用于(已停产)

Edit-1:
(discontinued)

这篇关于如何获取允许用户访问的存储库的完整列表?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

10-20 16:15