Added API key authentication

This commit is contained in:
Mark McDowall 2013-09-20 00:31:02 -07:00
parent 689f27bee6
commit 57fdbe6e08
11 changed files with 114 additions and 15 deletions

View file

@ -24,13 +24,10 @@ namespace NzbDrone.Api.Frontend.Mappers
{
_caseSensitive = true;
}
}
protected abstract string Map(string resourceUrl);
public abstract bool CanHandle(string resourceUrl);
public virtual Response GetResponse(string resourceUrl)