pub const DEXCOM_APP_ID: &str = "d89443d2-327c-4a6f-89e5-496bbb0317db";
pub const DEXCOM_NULL_UUID: &str = "00000000-0000-0000-0000-000000000000";
pub const DEXCOM_BASE_URL_US: &str = "https://share2.dexcom.com/ShareWebServices/Services";
pub const DEXCOM_BASE_URL_NON_US: &str = "https://shareous1.dexcom.com/ShareWebServices/Services";
pub const DEXCOM_LOGIN_ENDPOINT: &str = "General/LoginPublisherAccountById";
pub const DEXCOM_AUTH_ENDPOINT: &str = "General/AuthenticatePublisherAccount";
pub const DEXCOM_GLUCOSE_DATA_ENDPOINT: &str = "Publisher/ReadPublisherLatestGlucoseValues";
pub const MMOL_CONVERSION_FACTOR: f32 = 0.0555;