Sha256: c2bdb2c23ebbbe1836b9b5975084ab8276f40a24dbb0fa014ebf333514db4275
Contents?: true
Size: 394 Bytes
Versions: 4
Compression:
Stored size: 394 Bytes
Contents
# frozen_string_literal: true module FinAppsCore module REST module Defaults API_VERSION = '3' # 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
4 entries across 4 versions & 1 rubygems