commonMain.rest.Route.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of lavasearch-jvm Show documentation
Show all versions of lavasearch-jvm Show documentation
Coroutine based client for Lavalink (Kotlin and Java)
package dev.schlaubi.lavakord.plugins.lavasearch.rest
import dev.schlaubi.lavakord.plugins.lavasearch.model.SearchType
import dev.schlaubi.lavakord.rest.routes.V4Api
import io.ktor.resources.*
@Resource("loadsearch")
internal data class LavaSearchRoute(val query: String, val types: List, val player: V4Api = V4Api())