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) -
trueif environment variable,GDAX_ENVisproduction.falseotherwise. -
PRODUCTION_ENV_VAR_NAME =
"GDAX_ENV" -
The environment variable used to define the
GDAXenvironment. -
VERSION =
"0.1.0"