MunifTanjim / node-bitbucket

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

Support getDefaultReviewers for repositories - {workspace} - {repo_slug} - default-reviewers endpoint #105

Closed tasansga closed 2 years ago

tasansga commented 2 years ago

Currently getDefaultReviewer for a single user is implemented, but getDefaultReviewers to get a list of all reviewers for a given repository is missing.

MunifTanjim commented 2 years ago

Are you looking for listDefaultReviewers - https://bitbucketjs.netlify.app/#api-repositories-repositories_listDefaultReviewers ?

tasansga commented 2 years ago

Oh yes, that’s it. Thanks a lot and sorry for the fuss!