SearchApi

class SearchApi(api: ApiClient) : Api

Constructors

Link copied to clipboard
fun SearchApi(api: ApiClient)

Functions

Link copied to clipboard
suspend fun get(    startIndex: Int? = null,     limit: Int? = null,     userId: <ERROR CLASS>? = null,     searchTerm: String,     includeItemTypes: Collection<<ERROR CLASS>>? = emptyList(),     excludeItemTypes: Collection<<ERROR CLASS>>? = emptyList(),     mediaTypes: Collection<String>? = emptyList(),     parentId: <ERROR CLASS>? = 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>>

Gets the search hint result.