Skip to content

latin-ua/back_end

Repository files navigation

Latin-ua API service

API specification

Request POST to / returns a translated text. Request body must contain a JSON encoded object described bellow

{
  "translationMethod": "str – the code of the method",
  "text": "str - the text to translate"
}

Request GET to /translation-methods return a list of translation methods.

Each translation method has the following format

{
  "code": "str",
  "title": "str"
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages