yandex-translate-api icon indicating copy to clipboard operation
yandex-translate-api copied to clipboard

A simple REST client library for Yandex.Translate

Results 1 yandex-translate-api issues
Sort by recently updated
recently updated
newest added

I am having trouble getting the name Optional from this: `Language in = api.detectionApi().detect(translate).get();` Which gives me an error saying it is empty when I try: `in.name().get()`. Using a standard...