All Downloads are FREE. Search and download functionalities are using the official Maven repository.

.experiment-jvm-server.1.6.1.source-code.ServerZone.kt Maven / Gradle / Ivy

The newest version!
package com.amplitude.experiment

internal const val US_SERVER_URL = "https://api.lab.amplitude.com"
internal const val EU_SERVER_URL = "https://api.lab.eu.amplitude.com"
internal const val US_STREAM_SERVER_URL = "https://stream.lab.amplitude.com"
internal const val EU_STREAM_SERVER_URL = "https://stream.lab.eu.amplitude.com"
internal const val US_COHORT_SERVER_URL = "https://cohort-v2.lab.amplitude.com"
internal const val EU_COHORT_SERVER_URL = "https://cohort-v2.lab.eu.amplitude.com"
internal const val US_EVENT_SERVER_URL = "https://api2.amplitude.com/2/httpapi"
internal const val EU_EVENT_SERVER_URL = "https://api.eu.amplitude.com/2/httpapi"
internal const val US_BATCH_SERVER_URL = "https://api2.amplitude.com/batch"
internal const val EU_BATCH_SERVER_URL = "https://api.eu.amplitude.com/batch"

enum class ServerZone {
    US, EU
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy