gitlab4j-api
gitlab4j-api copied to clipboard
Create matching async APIs
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.