Manga search provider updates.
This commit is contained in:
@@ -1,11 +1,6 @@
|
||||
namespace MangaReader.Core.Search;
|
||||
|
||||
public interface IMangaSearchProvider<T>
|
||||
public interface IMangaSearchProvider
|
||||
{
|
||||
Task<MangaSearchResult[]> SearchAsync(string keyword);
|
||||
}
|
||||
|
||||
//public class MangaDexWebSearch : IMangaWebSearch
|
||||
//{
|
||||
// // https://api.mangadex.org/manga?title=gal can't be&limit=5
|
||||
//}
|
||||
Task<MangaSearchResult[]> SearchAsync(string keyword, CancellationToken cancellationToken);
|
||||
}
|
||||
Reference in New Issue
Block a user