Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试编写 python 脚本来获取 BitBucket 用户、组和存储库权限的列表。有人可以提供一个示例如何使用 python 做到这一点吗?
我使用了纯 BitBucket rest api。使用 /api/1.0/privileges/{project.name} 之类的端点并粘贴 json。一切正常。