MitjaBezensek / SharpBucket

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

Add support of async methods #126

Closed mnivet closed 5 years ago

mnivet commented 5 years ago

This need is described in contribution.md

Creating an issue should help to give more visibility to it.

Furthermore I wonder if it's not something that should be done before exposing interfaces (PR #71 and PR #125) because this need will certainly add new async methods to the interfaces that we need to create, and adding methods to a public interface is a breaking change, since implementations needs to be modified to implement the new methods...