class AlchemyLanguage::LanguageDetection
Public Instance Methods
endpoint()
click to toggle source
# File lib/alchemy_language/model/language_detection.rb, line 11 def endpoint url = "#{@type}/#{@prefix}GetLanguage" url << "?apikey=#{@auth_token}" url << "&#{@type}=#{@path}&outputMode=json" url << "&#{params_addressable}" unless params_addressable.empty? url end