stexceed.WarframeMarKT.1.0.1.source-code.Endpoint.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of WarframeMarKT Show documentation
Show all versions of WarframeMarKT Show documentation
Kotlin wrapper for api.warframe.market
abstract class Endpoint internal constructor(private val parent: Endpoint?) : Requestable {
protected open val pathName
get() = this::class.simpleName!!.toLowerCase()
override val url: String
get() = parent!!.url + '/' + pathName
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy