Dear moguls, I want get stream of file, but it returns string, What should I do?? `NomadResponse<String> response = apiClient.getClientApi(httpHost).cat(allocationId, req.getParameter("path"));`
Dear moguls,
I want get stream of file, but it returns string, What should I do??
NomadResponse<String> response = apiClient.getClientApi(httpHost).cat(allocationId, req.getParameter("path"));