Sha256: 40945a31c6feed7f7014409062ac890e9772aeb36337e260413f47adde927c7a
Contents?: true
Size: 455 Bytes
Versions: 19
Compression:
Stored size: 455 Bytes
Contents
# frozen_string_literal: true module FinAppsCore module REST module Defaults API_VERSION = '2' # noinspection SpellCheckingInspection DEFAULTS = { host: 'https://api.financialapps.com', user_identifier: nil, user_token: nil, timeout: 30, proxy: nil, retry_limit: 1, log_level: Logger::INFO }.freeze end end end
Version data entries
19 entries across 19 versions & 1 rubygems