lvermeulen / Bitbucket.Net

C# client for Atlassian Bitbucket Server
MIT License
32 stars 18 forks source link

include pullrequest service #2

Closed jmecosta closed 5 years ago

jmecosta commented 5 years ago

hi,

would be great if https://developer.atlassian.com/bitbucket/api/2/reference/resource/repositories/%7Busername%7D/%7Brepo_slug%7D/pullrequests would be included in this library

thanks

lvermeulen commented 5 years ago

Actually this library - for Bitbucket SERVER - has full support for pull requests.

You're probably thinking of another project of mine, Bitbucket.Cloud.Net. That one is a work in progress and is pretty low on my list of priorities right now. I do accept PR's though. :-)

jmecosta commented 5 years ago

Ok then i was not able to find either test or source code on how to create comments on pull request. Can you point out where can i find that. Thanks

lvermeulen commented 5 years ago

I apparently forgot to cover that one! I added it and it's in release 2.1.2 - look for CreatePullRequestCommentAsync()

jmecosta commented 5 years ago

Thanks for the quick implementation