Added MangaDex Api. Updated project structure.
This commit is contained in:
@@ -2,5 +2,5 @@
|
||||
|
||||
public interface IHttpService
|
||||
{
|
||||
Task<string> GetStringAsync(string url);
|
||||
Task<string> GetStringAsync(string url, CancellationToken cancellationToken);
|
||||
}
|
||||
Reference in New Issue
Block a user