Fixed #850 also started #844 (Wrote the API interaction)

This commit is contained in:
Jamie.Rees 2016-12-28 16:27:21 +00:00
parent e17bd94990
commit 64119f57c7
13 changed files with 284 additions and 8 deletions

View file

@ -45,6 +45,7 @@ namespace Ombi.UI.NinjectModules
Bind<IHeadphonesApi>().To<HeadphonesApi>();
Bind<ISlackApi>().To<SlackApi>();
Bind<IApiRequest>().To<ApiRequest>();
Bind<IWatcherApi>().To<WatcherApi>();
}
}
}