You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Client library features include but are not limited to:
8
-
9
-
* Out-of-the-box retries with exponential backoff for correct handling of 429 and 500 errors
10
-
* Persistent HTTP connection (keep-alive) enabled by default
11
-
* All document translation steps (upload, check status, and download) consolidated into a single convenience function
12
-
13
-
All officially supported client libraries, which you can find in the [DeepL Github Organization](https://github.com/DeepLcom/), are open source under the MIT License.
14
-
15
-
Please note that the Ruby client library is still under development and is not yet fully supported by DeepL. We will update this page when development work is complete!
16
-
17
-
We welcome feedback in the form of issues and pull requests!
7
+
DeepL develops and supports client libraries for six popular languages:
* Out-of-the-box retries with exponential backoff for correct handling of 429 and 500 errors
33
+
* Persistent HTTP connection (keep-alive) enabled by default
34
+
* All document translation steps (upload, check status, and download) consolidated into a single convenience function
35
+
36
+
All officially supported client libraries are open-source under the MIT License. We welcome feedback in the form of issues and pull requests!
37
+
38
+
## Community-created client libraries
39
+
40
+
The DeepL community [maintains client libraries](https://github.com/DeepLcom/awesome-deepl?tab=readme-ov-file#community-libraries--sdks) for other languages, including [Dart](https://github.com/komape/deepl_dart), [Go](https://github.com/candy12t/go-deepl), [Rust](https://github.com/Avimitin/deepl-rs), and [Kotlin](https://github.com/SimplyMika/DeeplKt).
0 commit comments