Module: MyGengo::Config

Defined in:
lib/mygengo.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.mygengo.com'
VERSION =

Pretty self explanatory.

'1.13'