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