Hello,
I started to work with GroupShare since a few week and I am currently importing multipe translation units.
Those units are extracted from a tmx file and imported via the post method : /api/tmservice/tms/{tmId}/tus/text,. The file is huge so I have to call the api a lot as it is a single request, and it's taking a long long time.
Is there a way to import the file and process it or to import multiple Translation Unit at the same time ? According to swagger there is the post method : /api/tmservice/tms/{tmId}/tus/doc but the docs doesn't help very much
Any advice is welcome !
Thank you