Store the last updated date timestamp for each project #1745
Closed
adanielyan
started this conversation in
Ideas
Replies: 2 comments 14 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. |
Beta Was this translation helpful? Give feedback.
1 reply
-
For |
Beta Was this translation helpful? Give feedback.
13 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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}/stats
API endpoint that will update every time a translation in that project is added, deleted, or updated.Beta Was this translation helpful? Give feedback.
All reactions