27 28 29
# File 'lib/faastruby/base.rb', line 27 def self.api_host ENV['FAASTRUBY_HOST'] || "#{URL_PROTOCOL}://api.#{region}.#{ROOT_DOMAIN}" end