From 863f123f3c8d26dc9fee050a9132857281caba84 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Sat, 5 Oct 2013 23:03:08 -0400 Subject: updated nuget + subtitle changes --- MediaBrowser.Model/ApiClient/IApiClient.cs | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'MediaBrowser.Model/ApiClient') diff --git a/MediaBrowser.Model/ApiClient/IApiClient.cs b/MediaBrowser.Model/ApiClient/IApiClient.cs index a42823630..bb395cd6a 100644 --- a/MediaBrowser.Model/ApiClient/IApiClient.cs +++ b/MediaBrowser.Model/ApiClient/IApiClient.cs @@ -58,6 +58,23 @@ namespace MediaBrowser.Model.ApiClient Task GetAsync(string url, CancellationToken cancellationToken) where T : class; + /// + /// Gets the index of the game players. + /// + /// The user id. + /// The cancellation token. + /// Task{List{ItemIndex}}. + Task> GetGamePlayerIndex(string userId, CancellationToken cancellationToken); + + /// + /// Gets the index of the year. + /// + /// The user id. + /// The include item types. + /// The cancellation token. + /// Task{List{ItemIndex}}. + Task> GetYearIndex(string userId, string[] includeItemTypes, CancellationToken cancellationToken); + /// /// Gets the critic reviews. /// -- cgit v1.2.3