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