SearchApi

class SearchApi(api: ApiClient) : Api

Constructors

Link copied to clipboard
constructor(api: ApiClient)

Functions

Link copied to clipboard
suspend fun getSearchHints(request: ERROR CLASS: Symbol not found for GetSearchHintsRequest): Response<ERROR CLASS: Symbol not found for SearchHintResult>
suspend fun getSearchHints(startIndex: Int? = null, limit: Int? = null, userId: ERROR CLASS: Symbol not found for UUID?? = null, searchTerm: String, includeItemTypes: Collection<ERROR CLASS: Symbol not found for BaseItemKind>? = emptyList(), excludeItemTypes: Collection<ERROR CLASS: Symbol not found for BaseItemKind>? = emptyList(), mediaTypes: Collection<ERROR CLASS: Symbol not found for MediaType>? = emptyList(), parentId: ERROR CLASS: Symbol not found for UUID?? = null, isMovie: Boolean? = null, isSeries: Boolean? = null, isNews: Boolean? = null, isKids: Boolean? = null, isSports: Boolean? = null, includePeople: Boolean? = true, includeMedia: Boolean? = true, includeGenres: Boolean? = true, includeStudios: Boolean? = true, includeArtists: Boolean? = true): Response<ERROR CLASS: Symbol not found for SearchHintResult>

Gets the search hint result.