Skip to content

Commit a5ce77e

Browse files
committed
Move client libraries to "Getting Started", tweak content
1 parent 7559ef1 commit a5ce77e

2 files changed

Lines changed: 17 additions & 17 deletions

File tree

docs.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
"docs/getting-started/intro",
4141
"docs/getting-started/about",
4242
"docs/getting-started/auth",
43+
"docs/getting-started/client-libraries",
4344
"docs/getting-started/managing-api-keys",
4445
"docs/getting-started/your-first-api-request",
4546
"docs/getting-started/test-your-api-requests-with-postman",
@@ -206,10 +207,6 @@
206207
"api-reference/admin-api/organization-usage-analytics",
207208
"api-reference/admin-api/get-usage-analytics"
208209
]
209-
},
210-
{
211-
"group": "Client libraries",
212-
"pages": ["api-reference/client-libraries"]
213210
}
214211
]
215212
}
Lines changed: 16 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,10 @@
11
---
22
title: "Client libraries"
33
public: true
4-
sidebarTitle: "Overview"
54
---
5+
## Official client libraries
66

7-
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:
188

199
<CardGroup cols={2}>
2010
<Card title="DeepL .NET Library" horizontal href="https://www.github.com/deeplcom/deepl-dotnet">
@@ -35,4 +25,17 @@ We welcome feedback in the form of issues and pull requests!
3525
<Card title="DeepL Java Library" horizontal href="https://www.github.com/deeplcom/deepl-java">
3626
deeplcom\deepl-java
3727
</Card>
38-
</CardGroup>
28+
</CardGroup>
29+
30+
Features include:
31+
32+
* 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).
41+

0 commit comments

Comments
 (0)