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:
deepLClient = new DeepLClient(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.