charettedavid

Results 2 issues of charettedavid

Is there a way to manage the internal httpClient Timeout? The default 100sec timeout is to quick for my usecase. thank you.

enhancement
help wanted

Is there a way to download Target document? Not the xliff but the docx. I tried `_client.Project.DownloadFile(new FileDownloadRequest(projectId, "", FileDownloadRequest.Types.Targetfiles))` But alway return the xliff. Thank you