Added MangaDex Api. Updated project structure.
This commit is contained in:
7
MangaReader.Core/Sources/MangaDex/Api/IMangaDexClient.cs
Normal file
7
MangaReader.Core/Sources/MangaDex/Api/IMangaDexClient.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
namespace MangaReader.Core.Sources.MangaDex.Api;
|
||||
|
||||
public interface IMangaDexClient
|
||||
{
|
||||
Task<MangaDexResponse> GetMangaAsync(Guid mangaGuid, CancellationToken cancellationToken);
|
||||
Task<MangaDexResponse> GetFeedAsync(Guid mangaGuid, CancellationToken cancellationToken);
|
||||
}
|
||||
Reference in New Issue
Block a user