mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-19 21:03:17 -07:00
Added the application tester for CP #9
This commit is contained in:
parent
334a6f3d8e
commit
4c0884999e
9 changed files with 175 additions and 3 deletions
|
@ -27,11 +27,13 @@
|
|||
|
||||
using System;
|
||||
|
||||
using PlexRequests.Api.Models.Movie;
|
||||
|
||||
namespace PlexRequests.Api.Interfaces
|
||||
{
|
||||
public interface ICouchPotatoApi
|
||||
{
|
||||
bool AddMovie(string imdbid, string apiKey, string title, Uri baseUrl);
|
||||
|
||||
CouchPotatoStatus GetStatus(Uri url, string apiKey);
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue