Store the last updated date timestamp for each project #1745
Closed
adanielyan
started this conversation in
Ideas
Replies: 3 comments 15 replies
|
Hi there! Thanks for reaching us! That's where ETAG header, comes into play. Just tell us which endpoint do you use for the export and we can add the support for it. |
1 reply
|
For |
13 replies
|
@JanCizmar does the Export Data Api also support |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I have a use case when I need to download the translations from tolgee and store them locally in case there is no internet connection. Every time my the app launches I want to refresh the cached translations by downloading them from tolgee, in case they changed since the last caching. However, my project has a few thousand translation and downloading them takes time, especially for users with slow Internet connection.
Therefore I want to download translations only if they where changed. For that reason it would be great to have a project "updated" timestamp in the
/v2/projects/{projectId}/statsAPI endpoint that will update every time a translation in that project is added, deleted, or updated.All reactions