diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2013-06-23 11:02:53 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2013-06-23 11:02:53 -0400 |
| commit | 189618a75159d604e425c9318984dc2d8a9cc3f9 (patch) | |
| tree | a87beed88f3f90679b6178641a8469f4129986d7 /MediaBrowser.Model/ApiClient/IApiClient.cs | |
| parent | 0acc25735419b051c6f57a2c08b2ad6f3a969b83 (diff) | |
fixes #358 - Weather validation in Server configuration
Diffstat (limited to 'MediaBrowser.Model/ApiClient/IApiClient.cs')
| -rw-r--r-- | MediaBrowser.Model/ApiClient/IApiClient.cs | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/MediaBrowser.Model/ApiClient/IApiClient.cs b/MediaBrowser.Model/ApiClient/IApiClient.cs index 8634548f2..0212c3b62 100644 --- a/MediaBrowser.Model/ApiClient/IApiClient.cs +++ b/MediaBrowser.Model/ApiClient/IApiClient.cs @@ -8,7 +8,6 @@ using MediaBrowser.Model.Serialization; using MediaBrowser.Model.Session; using MediaBrowser.Model.System; using MediaBrowser.Model.Tasks; -using MediaBrowser.Model.Weather; using System; using System.Collections.Generic; using System.IO; @@ -225,22 +224,6 @@ namespace MediaBrowser.Model.ApiClient Task<List<ParentalRating>> GetParentalRatingsAsync(); /// <summary> - /// Gets weather information for the default location as set in configuration - /// </summary> - /// <returns>Task{WeatherInfo}.</returns> - Task<WeatherInfo> GetWeatherInfoAsync(); - - /// <summary> - /// Gets weather information for a specific location - /// Location can be a US zipcode, or "city,state", "city,state,country", "city,country" - /// It can also be an ip address, or "latitude,longitude" - /// </summary> - /// <param name="location">The location.</param> - /// <returns>Task{WeatherInfo}.</returns> - /// <exception cref="ArgumentNullException">location</exception> - Task<WeatherInfo> GetWeatherInfoAsync(string location); - - /// <summary> /// Gets local trailers for an item /// </summary> /// <param name="userId">The user id.</param> |
