Added test button to Plex. That's fixed #9

This commit is contained in:
tidusjar 2016-03-15 13:29:28 +00:00
commit d0bfe95402
9 changed files with 185 additions and 6 deletions

View file

@ -36,6 +36,7 @@ namespace PlexRequests.Api.Interfaces
PlexAuthentication SignIn(string username, string password);
PlexFriends GetUsers(string authToken);
PlexSearch SearchContent(string authToken, string searchTerm, Uri plexFullHost);
PlexStatus GetStatus(string authToken, Uri uri);
}
}