From e263d7447675c5747f18e1d4259d54c13f3fb6e6 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Sun, 21 Jul 2013 10:20:57 -0400 Subject: added GetCriticReviews to IApiClient --- MediaBrowser.Model/ApiClient/IApiClient.cs | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) (limited to 'MediaBrowser.Model/ApiClient/IApiClient.cs') diff --git a/MediaBrowser.Model/ApiClient/IApiClient.cs b/MediaBrowser.Model/ApiClient/IApiClient.cs index cf5225cae..c22ca74e7 100644 --- a/MediaBrowser.Model/ApiClient/IApiClient.cs +++ b/MediaBrowser.Model/ApiClient/IApiClient.cs @@ -23,6 +23,15 @@ namespace MediaBrowser.Model.ApiClient /// event EventHandler HttpResponseReceived; + /// + /// Gets the critic reviews. + /// + /// The item id. + /// The start index. + /// The limit. + /// Task{ItemReviewsResult}. + Task GetCriticReviews(string itemId, int? startIndex = null, int? limit = null); + /// /// Gets the theme songs async. /// @@ -49,7 +58,7 @@ namespace MediaBrowser.Model.ApiClient /// if set to true [inherit from parents]. /// Task{AllThemeMediaResult}. Task GetAllThemeMediaAsync(string userId, string itemId, bool inheritFromParents); - + /// /// Marks the notifications read. /// @@ -132,7 +141,7 @@ namespace MediaBrowser.Model.ApiClient /// /// Task{UserDto[]}. Task GetPublicUsersAsync(); - + /// /// Gets active client sessions. /// @@ -167,7 +176,7 @@ namespace MediaBrowser.Model.ApiClient /// The query. /// Task{ItemsResult}. Task GetSimilarTrailersAsync(SimilarItemsQuery query); - + /// /// Gets the similar series async. /// @@ -700,7 +709,7 @@ namespace MediaBrowser.Model.ApiClient /// The options. /// System.String. string GetArtImageUrl(BaseItemDto item, ImageOptions options); - + /// /// Gets the url needed to stream an audio file /// -- cgit v1.2.3