- π«π·France fmb PerpinyΓ , Catalonia, EU
Work happens in π New endpoints for l10n_client_contributor Needs review .
Instead of porting l10n_remote using xmlrpc (3292198), we could provide a REST based API to suggest translations for a project's string.
If so, we need to decide on
* which resources to expose (l10n_server_translation, l10n_server_project, l10n_server_release ?)
* what methods to allow
* how to authenticate (basic auth, api key, jwt, ...)
* Create/Enable a REST/JSONAPI endpoint to be able to submit l10n_server_translation entities (POST)
* Allow users to get an API key to authorize with
* Update l10_client module to use REST/JOSNAPI instead of xmlrpc
Closed: duplicate
3.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Work happens in π New endpoints for l10n_client_contributor Needs review .