diff options
| author | LukePulverenti Luke Pulverenti luke pulverenti <LukePulverenti Luke Pulverenti luke.pulverenti@gmail.com> | 2012-08-18 04:22:54 -0400 |
|---|---|---|
| committer | LukePulverenti Luke Pulverenti luke pulverenti <LukePulverenti Luke Pulverenti luke.pulverenti@gmail.com> | 2012-08-18 04:22:54 -0400 |
| commit | 7835d690a1ade4739171036cff335c86b5232d0e (patch) | |
| tree | 0704c6bd3bf3adf3c23c67951397674ac87b5636 /MediaBrowser.ApiInteraction/IHttpClient.cs | |
| parent | f32f000298114231f114f41b7c7c4534a0300de2 (diff) | |
Added a completely separate DTOBaseItem to remove the ApiBaseItemWrapper mess and shrink json output size.
Diffstat (limited to 'MediaBrowser.ApiInteraction/IHttpClient.cs')
| -rw-r--r-- | MediaBrowser.ApiInteraction/IHttpClient.cs | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/MediaBrowser.ApiInteraction/IHttpClient.cs b/MediaBrowser.ApiInteraction/IHttpClient.cs deleted file mode 100644 index 40659e019..000000000 --- a/MediaBrowser.ApiInteraction/IHttpClient.cs +++ /dev/null @@ -1,11 +0,0 @@ -using System;
-using System.IO;
-using System.Threading.Tasks;
-
-namespace MediaBrowser.ApiInteraction
-{
- public interface IHttpClient : IDisposable
- {
- Task<Stream> GetStreamAsync(string url);
- }
-}
|
