Skip to content

WIP: Add functions/endpoints to Damned Lies API

Amanda Shafack requested to merge lkmandy/damned-lies:extend_dl_api into master

In order to add new features to the Gtranslator - Damned Lies Integration and thus enable users to "reserve for translation" and "upload a new translation", new endpoints and functions are needed.

  • Add Token authentication to safeguard the write endpoints
  • Automatically generate tokens for every new user
  • Enable users to login and retrieve their token
  • Include a view for users to reserve for translation

Fixes #119 (closed)

Merge request reports