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
I'm creating a small Java project that uses DeepL API and I faced a strange issue:
In the README, you state the following to instantiate a DeepLClient:
deepLClient = newDeepLClient(apiKey);
However, the code of DeepLClient (here) need an extra TranslatorOptions. In addition, this TranslatorOptions is deprecated and the new DeepLClientOptions is as well.
Perhaps I'm getting ahead of myself, but I believe there may be a mistake here.
The text was updated successfully, but these errors were encountered:
Hello !
I'm creating a small Java project that uses DeepL API and I faced a strange issue:
In the README, you state the following to instantiate a
DeepLClient
:However, the code of DeepLClient (here) need an extra
TranslatorOptions
. In addition, thisTranslatorOptions
is deprecated and the newDeepLClientOptions
is as well.Perhaps I'm getting ahead of myself, but I believe there may be a mistake here.
The text was updated successfully, but these errors were encountered: