Laserfiche/lf-repository-api-client-java

APIs without explicit return should be overriden

lf-jason-jia opened this issue · 0 comments

TaskApi::cencelOperation
EntriesApi::getDocumentContentType

So far, these two APIs don't return a JSON object and therefore the user cannot get the result and the return type is just CompletableFuture<Void>. We should handle written these two APIs.