deepl-api-rb¶ ↑
This repository contains a Ruby implementation of the DeepL REST API.
Contents¶ ↑
-
A Ruby package for easy integration into Ruby applications.
-
The
deepl
unix-style commandline application for integration into existing toolchains without any programming effort. -
Unit and integration tests.
Please refer to the linked documentation for instructions on how to get started with the API and/or the CLI tool.
Features¶ ↑
-
Query your account usage & limits information.
-
Fetch the list of available source and target languages provided by DeepL.
-
Translate text.
Not Implemented¶ ↑
-
Support for the (beta) document translation endpoint.
-
Support for the XML handling flags in the translation endpoint.