cdancy / bitbucket-rest

Java client, built on top of jclouds, for working with Bitbucket's REST API
Apache License 2.0
78 stars 57 forks source link

Read Project and Repository Categories #319

Open krasv opened 2 years ago

krasv commented 2 years ago

Bitbucket provides a "hidden" feature for adding and reusing categories at projects and repositories. This categories can be read by a dedicated add on REST API.

Expected Behavior

Endpoints at the ProjectAPI and the RepositoryAPI.

Current Behavior

not implemented yet.

Context

I need to get this information, since we put a lot of meta information into that categories in our bitbucket.

Steps to Reproduce (for bugs)

Your Environment

cdancy commented 2 years ago

Does Bitbucket provide this feature or Communardo?

krasv commented 2 years ago

As commented at the PR: the API comes with the add-on and extends the basic api.

krasv commented 2 years ago

Hi Christopher,

any thoughts here? May I go forward with the extension or do you reject the changes?

regards Sven

cdancy commented 2 years ago

@krasv apologies for getting back so late. Been busy with work. I don't want anything provider specific within this library. Developers are free to fork this project however and add in their own implementations/plugins/etc.