BitbucketPHP / Client

Bitbucket API 2.0 client for PHP
MIT License
99 stars 26 forks source link

Add Support for Workspace Repository Permissions APIs #75

Closed pbarsallo closed 2 years ago

pbarsallo commented 3 years ago

It appears that support for listing team repository permissions was removed when the legacy teams API support was dropped (see src/Api/Teams/Permissions.php listByRepository). This PR aims to add the ability to list permissions for all repositories within a workspace, as well as by specific repository slug/UUID, according to the latest workspace API documentation.

GrahamCampbell commented 2 years ago

Thanks.