SuggestionsApi

Constructors

Link copied to clipboard
constructor(api: ApiClient)

Functions

Link copied to clipboard
suspend fun getSuggestions(request: ERROR CLASS: Symbol not found for GetSuggestionsRequest = GetSuggestionsRequest()): Response<ERROR CLASS: Symbol not found for BaseItemDtoQueryResult>
suspend fun getSuggestions(userId: ERROR CLASS: Symbol not found for UUID?? = null, mediaType: Collection<ERROR CLASS: Symbol not found for MediaType>? = emptyList(), type: Collection<ERROR CLASS: Symbol not found for BaseItemKind>? = emptyList(), startIndex: Int? = null, limit: Int? = null, enableTotalRecordCount: Boolean? = false): Response<ERROR CLASS: Symbol not found for BaseItemDtoQueryResult>

Gets suggestions.