groupsharekit.net
groupsharekit.net copied to clipboard
A GroupShare API client library for .NET
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
Hi, if the exportTM task fails, then it gets into an endless loop, because it tests only for the "Done" state: do { backgroundTask = await ApiConnection.Get(ApiUrls.GetTaskById(response.Id), null); } while...
Hi, If the server contains many TMs (~ 7000), the ITranslationMemories.GetTms() call timeouts (either with "A task was cancelled" or with "The server returned an invalid or unrecognized response"). The...
When trying to use GroupShareKit (installed via Nuget) in a Trados Studio Plugin, there is an error when loading the plugin: **Error Message** ``` Cannot load the plug-in defined in...
Current documentation is minimal and a more detailed explanation might be handy.
Hello, It seems to me that the error message returned on invalid requests is a bit too generic. I only get the "An error occurred with this API request" message...
For the ProjectClient.CreateProject method the first parameter is called fileName. However, this is a project name. When I specify something like "prj01", the project is created but attached file isn't...
ProjectClient.DownloadFile(FileDownloadRequest downloadRequest) always throws an exception ("An error occurred with this API request"). This is concerning GS2015 branch. The issue was solved on master branch for GS2017 with [this commit](https://github.com/sdl/groupsharekit.net/commit/062756d8db41284428ccb5fc7f1dd84bbaeff709#diff-ee5dfb4afd2533e65a78f28f1eb56a47)....
Hi there, whilst the Swagger page for the Translation Memory Service API seems to be up and running, I've noticed that the [GroupShare Rest API Swagger documentation page](http://gs2017dev.sdl.com:41234/documentation/api/index#/) appears to...