Skip to content

Mismatch between README and actual code #61

Open
@i5-650

Description

@i5-650

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions