Module: Gengo::Config

Defined in:
lib/gengo.rb,
lib/gengo-ruby/version.rb

Overview

Store global config objects here - e.g, urls, etc.

Constant Summary collapse

API_HOST =

API url endpoints; replace the version at function call time to allow for function-by-function differences in versioning.

'api.gengo.com'
SANDBOX_API_HOST =
'api.sandbox.gengo.com'
VERSION =
'0.2.1'