Curated Recommendations Client Interface
interface CuratedRecommendationsClientInterface
Client for fetching curated recommendations from the Merino service.
Construct using `CuratedRecommendationsClient::new` with a `CuratedRecommendationsConfig`, then call CuratedRecommendationsClient::get_curated_recommendations to fetch recommendations.
Inheritors
Functions
Link copied to clipboard
abstract fun getCuratedRecommendations(request: CuratedRecommendationsRequest): CuratedRecommendationsResponse
Fetches curated recommendations from the Merino API.