Functions
Link copied to clipboard
suspend fun getMovieRecommendations(request: ERROR CLASS: Symbol not found for GetMovieRecommendationsRequest = GetMovieRecommendationsRequest()): Response<List<ERROR CLASS: Symbol not found for RecommendationDto>>
suspend fun getMovieRecommendations(userId: ERROR CLASS: Symbol not found for UUID?? = null, parentId: ERROR CLASS: Symbol not found for UUID?? = null, fields: Collection<ERROR CLASS: Symbol not found for ItemFields>? = emptyList(), categoryLimit: Int? = 5, itemLimit: Int? = 8): Response<List<ERROR CLASS: Symbol not found for RecommendationDto>>
Gets movie recommendations.