GET request to retrieve translation
We would like to cache translation content, hence we want to retrieve the content via GET HTTP request (which is reasonable considering we want to retrieve data...).
Is there a way (API) to easily retrieve data via GET requests ?
1
vote

-
At the moment, there is no way to use GET HTTP requests.