class Yandex::Translator

Defined in:

yandex/translator.cr

Constant Summary

BASE_URL = "https://translate.yandex.net/api/v1.5/tr.json"

Constructors

Instance Method Summary

Constructor Detail

def self.new(api_key : String) #

[View source]

Instance Method Detail

def detect(text) #

[View source]
def langs #

[View source]
def translate(text, lang) #

[View source]
def visit(address, options = {} of Symbol => String) #

[View source]