Is there a way to fetch all translations via a single API call? #185
-
From this thread I see that I probably need to build translations and then download them. However, only schema (request/response parameters) is described in docs for this method. It's not quite clear how it should work. The README in JS API client has some examples but it doesn't cover everything. I'm curious is there a quick way to fetch all translations from all files combined together into 1 API call? (or several calls, based on pagination params) For instance, pseudo API call I imagine:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi @goodwin64! You could use the exportProjectTranslation API. This API method allows downloading all the translations for a single language. Could you please describe your use case in more detail? Probably, you could also use the Over-The-Air Content delivery |
Beta Was this translation helpful? Give feedback.
Hi @goodwin64!
You could use the exportProjectTranslation API. This API method allows downloading all the translations for a single language.
Could you please describe your use case in more detail? Probably, you could also use the Over-The-Air Content delivery