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

commonMain.com.bselzer.gw2.v2.emblem.client.EmblemClientConfiguration.kt Maven / Gradle / Ivy

package com.bselzer.gw2.v2.emblem.client

import com.bselzer.gw2.v2.emblem.constant.Endpoints

/**
 * The configuration for the [EmblemClient].
 */
data class EmblemClientConfiguration(
    /**
     * The base url.
     */
    val baseUrl: String = Endpoints.BASE_URL
)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy