MCPcopy Create free account
hub / github.com/M66B/FairEmail / getBaseUri

Method getBaseUri

app/src/main/java/eu/faircode/email/DeepL.java:339–342  ·  view source on GitHub ↗
(String key)

Source from the content-addressed store, hash-verified

337 }
338
339 private static String getBaseUri(String key) {
340 String domain = (key != null && key.endsWith(":fx") ? "api-free.deepl.com" : "api.deepl.com");
341 return "https://" + domain + "/v2/";
342 }
343
344 public static class Language {
345 public String name;

Callers 2

translateMethod · 0.95
getUsageMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected