MitjaBezensek / SharpBucket

SharpBucket is a .Net wrapper for the Bitbucket's REST API.
MIT License
67 stars 59 forks source link

Feature/branch type branch restrictions #144

Closed alexhiggins732 closed 3 years ago

alexhiggins732 commented 4 years ago

Add support for branching model and branch permissions.

alexhiggins732 commented 4 years ago

I addressed the issues in the comments. BranchRepositoryResource now contains the additional GetSettings and PutSettings methods. These needed additional POCOs created.