module GDAX
Overview
GDAX
contains classes for interacting with the GDAX API.
Defined in:
gdax.crgdax/Auth.cr
gdax/Client.cr
gdax/WebSocket.cr
gdax/constants.cr
gdax/version.cr
Constant Summary
-
GDAX_ENV_PRODUCTION =
ENV[PRODUCTION_ENV_VAR_NAME]? && (ENV[PRODUCTION_ENV_VAR_NAME].downcase == "production".downcase)
-
true
if environment variable,GDAX_ENV
isproduction
.false
otherwise. -
PRODUCTION_ENV_VAR_NAME =
"GDAX_ENV"
-
The environment variable used to define the
GDAX
environment. -
VERSION =
"0.1.0"