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.

'http://api.mygengo.com/'
SANDBOX_API_HOST =
'http://api.sandbox.mygengo.com/'
VERSION =

Pretty self explanatory.

1.0