bitbucket-rest
bitbucket-rest copied to clipboard
add listCategories at ProjectApi and RepositoryApi
The PR adds an listCategories endpoint to ''ProjectApi'' and ''RepositoryApi'' queying the categories assigned to the items
as documemented at the knowledge base
The queried endpoints are available from bitbucket version 1.3.0+.
On adding Mock and Integ Tests
Mock tests for both endpoints are contained.
On automtatic closing of ISSUES
closes #319
@krasv this does not look to be an officially supported API from Bitbucket. Can you confirm if that's true or not or link to an official Bitbucket API?
Yes it is a bitbucket plugin proving that feature: https://communardo.atlassian.net/wiki/spaces/SPC/overview https://marketplace.atlassian.com/apps/1211260/categories-for-bitbucket?hosting=server&tab=overview
If this is an issue: how do you like to deal with it? We are using it and it is in my eyes nothing that blocks the usage of the client adding those features to it. Otherwise: is there a plan/concept how to support add-ons provided API extension?