Sha256: 53109cb850c74909537ae142a7f30d74e6f4339bc57d88a933d51cd84acdf5f1
Contents?: true
Size: 329 Bytes
Versions: 5
Compression:
Stored size: 329 Bytes
Contents
# frozen_string_literal: true module Dexcom APPLICATION_ID = 'd89443d2-327c-4a6f-89e5-496bbb0317db' USER_AGENT = 'Dexcom Share/3.0.2.11 CFNetwork/711.2.23 Darwin/14.0.0' URL_BASE = 'https://share2.dexcom.com/ShareWebServices/Services' URL_BASE_OUTSIDE_USA = 'https://shareous1.dexcom.com/ShareWebServices/Services' end
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
dexcom-0.3.1 | lib/dexcom/constants.rb |
dexcom-0.3.0 | lib/dexcom/constants.rb |
dexcom-0.2.2 | lib/dexcom/constants.rb |
dexcom-0.2.1 | lib/dexcom/constants.rb |
dexcom-0.2.0 | lib/dexcom/constants.rb |