Module: SchwabRb::Constants

Defined in:
lib/schwab_rb/constants.rb

Constant Summary collapse

SCHWAB_BASE_URL =
"https://api.schwabapi.com"
TOKEN_ENDPOINT =
"https://api.schwabapi.com/v1/oauth/token"
DEFAULT_TOKEN_PATH =
"./token.json"