ApiClient improvements

This commit is contained in:
LukePulverenti Luke Pulverenti luke pulverenti
2012-09-08 13:56:51 -04:00
parent 343be5a91c
commit 1fc7f8bd2d
6 changed files with 482 additions and 443 deletions

View File

@@ -5,6 +5,9 @@ using System.IO;
namespace MediaBrowser.ApiInteraction
{
/// <summary>
/// Provides api methods that are usable on all platforms
/// </summary>
public abstract class BaseApiClient : IDisposable
{
public BaseApiClient()