MunifTanjim / node-bitbucket

Bitbucket API client for Browser and Node.js
https://bitbucketjs.netlify.app
MIT License
105 stars 31 forks source link

Feature: Listing all repository permissions for a workspace #130

Closed PezCoder closed 1 year ago

PezCoder commented 1 year ago

Hey! I wanted to know if there is any plan to support this API which lets you get repository permissions for a workspace:

https://developer.atlassian.com/cloud/bitbucket/rest/api-group-workspaces/#api-workspaces-workspace-permissions-repositories-get

This API is especially useful when a use case requires you to fetch all collaborators for a repository.

I would be happy to raise a PR if you're interested.

MunifTanjim commented 1 year ago

v2.9.0 should have those endpoints.

PezCoder commented 1 year ago

Oh wow, lucky me that you just released it! 🎉 Closing this.