No Support For DeepL Paid API #2

Open
opened 2023-03-24 13:02:04 +00:00 by 5gi · 0 comments
Owner

Lack of support for DeepL Paid API.

This Issue is known and will be most likely voided as I am not going to pay for DeepL to use their API.

Proof (Code Used to make API requests):

URI deepLURI = URI.create("https://api-free.deepl.com/v2/translate?auth_key="+encodedAuthKey+"&target_lang="+langEnum.getApiString()+"&text="+encodedMessage);

It clearly says api-free.

This will most likely not be fixed and will be marked as low priority.

## Lack of support for DeepL Paid API. >This Issue is known and will be most likely voided as I am not going to pay for DeepL to use their API. **Proof (Code Used to make API requests):** ``` URI deepLURI = URI.create("https://api-free.deepl.com/v2/translate?auth_key="+encodedAuthKey+"&target_lang="+langEnum.getApiString()+"&text="+encodedMessage); ``` > It clearly says api-free. >This will most likely not be fixed and will be marked as low priority.
5gi self-assigned this 2023-03-24 13:02:04 +00:00
5gi added the
enhancement
low priority
labels 2023-03-24 13:07:42 +00:00
5gi closed this issue 2023-03-24 13:09:04 +00:00
5gi reopened this issue 2023-03-24 13:09:30 +00:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: 5gi/DeepJ#2
No description provided.