Added MangaDex Api. Updated project structure.
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
namespace MangaReader.Core.Sources.MangaDex.Api;
|
||||
|
||||
public class MangaDexEntityResponse : MangaDexResponse
|
||||
{
|
||||
public MangaDexEntity? Data { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user