Sha256: d36f68e5e6a5a434b3423a5892d877bc16a6664653b9510abce7225792ccdaa4
Contents?: true
Size: 261 Bytes
Versions: 1
Compression:
Stored size: 261 Bytes
Contents
# frozen_string_literal: true module BaseEndpoints BITNOB_LIVE_URL = 'https://api.bitnob.co/api/v1' BITNOB_SANDBOX_URL = 'https://sandboxapi.bitnob.co/api/v1' CUSTOMER = '/customers' LN = '/wallets/ln' ONCHAIN = '/wallets' ADDRESS = '/address' end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
bitnob-0.0.3 | lib/bitnob/modules/base_endpoints.rb |