cdancy / bitbucket-rest

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

Bugfix/project api list #317

Closed krasv closed 2 years ago

krasv commented 2 years ago

closes #316

  1. The PR set the missing path annotation as the com.cdancy.bitbucket.rest.features.ProjectApi#list defines according Bitbucket API

  2. The PR adds the endpoint for label reading for a dedicated repository. The corresponding MockTest is contained.

cdancy commented 2 years ago

@krasv thanks for the PR and my apologies for the long response time. I've been out on vacation for a while and just getting back into things. Code itself looks good. Taking it in now.