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

commonMain.com.bselzer.gw2.v2.client.constant.TileEndpoints.kt Maven / Gradle / Ivy

The newest version!
package com.bselzer.gw2.v2.client.constant

/**
 * Common endpoint constants.
 */
internal object TileEndpoints {
    /**
     * The base url.
     */
    const val BASE_URL = "https://tiles.guildwars2.com"

    /**
     * The alias urls.
     */
    val ALIAS_URLS = listOf(
        "https://tiles1.guildwars2.com",
        "https://tiles2.guildwars2.com",
        "https://tiles3.guildwars2.com",
        "https://tiles4.guildwars2.com"
    )
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy