Esempio n. 1
0
 public MovieDbApiV3(string apiKey, string cachePath)
 {
     _apiKey     = apiKey;
     _cachePath  = cachePath;
     _downloader = new MovieDbDownloader {
         EnableCompression = true
     };
     _downloader.Headers["Accept"] = "application/json";
 }