Module: Fintoc::Constants

Defined in:
lib/fintoc/constants.rb

Constant Summary collapse

FIELDSUBS =
[%w[id id_], %w[type type_]].freeze
GENERAL_DOC_URL =
'https://docs.fintoc.com/reference/errors'
SCHEME =
'https://'
BASE_URL =
'api.fintoc.com/v1/'
BASE_URL_V2 =
'api.fintoc.com/v2/'