Package-level declarations

Types

Link copied to clipboard

The class representing an empty phrase

Link copied to clipboard
open class Phrase(val value: String, explicit: Boolean = false)

The class representing a part of a search queue

Link copied to clipboard

The builder for the search queue, for further reference, take a look here

Link copied to clipboard
class YearPhase(begin: Int, end: Int)

The class representing the year selection for a search queue

Functions

Link copied to clipboard
operator fun EmptyPhrase.plus(value: EmptyPhrase): EmptyPhrase
operator fun EmptyPhrase.plus(value: Phrase): Phrase
operator fun EmptyPhrase.plus(value: String): Phrase
operator fun Phrase.plus(value: EmptyPhrase): Phrase
operator fun Phrase.plus(value: Phrase): Phrase
operator fun Phrase.plus(value: String): Phrase
Link copied to clipboard
suspend fun Ktify.searchItem(types: List<ObjectType>, limit: Int = 20, offset: Int = 0, includeExternal: Boolean? = null, market: String? = null, queue: SearchQueueBuilder.() -> Unit): SearchResult

Search albums, artists, episodes, playlists, shows, tracks or users