.experiment-jvm-server.1.6.1.source-code.ServerZone.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of experiment-jvm-server Show documentation
Show all versions of experiment-jvm-server Show documentation
Amplitude Experiment server-side SDK for JVM (Java, Kotlin)
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