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.
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.