Sha256: 38fada96f503eab8b1e424d94bb9033a9e70e014f0ff9c75e2a264c405de8262
Contents?: true
Size: 394 Bytes
Versions: 1
Compression:
Stored size: 394 Bytes
Contents
# frozen_string_literal: true module FinAppsCore module REST module Defaults API_VERSION = '2' # noinspection SpellCheckingInspection DEFAULTS = { host: 'https://api.financialapps.com', timeout: 30, proxy: nil, retry_limit: 1, log_level: Logger::INFO }.freeze end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
finapps_core-2.1.2 | lib/finapps_core/rest/defaults.rb |