gitlab4j-api icon indicating copy to clipboard operation
gitlab4j-api copied to clipboard

Create matching async APIs

Open jake-derry opened this issue 5 years ago • 0 comments

It would be helpful to have async APIs for each endpoints like getProjectsAsync would return a Future<Project>. I encountered this issue because I am using Reactive streams and all of this library is blocking.

jake-derry avatar Nov 17 '20 23:11 jake-derry