Added MangaDex Api. Updated project structure.
This commit is contained in:
8
MangaReader.Core/Sources/MangaDex/Api/MangaDexEntity.cs
Normal file
8
MangaReader.Core/Sources/MangaDex/Api/MangaDexEntity.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
namespace MangaReader.Core.Sources.MangaDex.Api;
|
||||
|
||||
public class MangaDexEntity
|
||||
{
|
||||
public required Guid Id { get; set; }
|
||||
public required string Type { get; set; }
|
||||
public List<MangaDexEntity> Relationships { get; set; } = [];
|
||||
}
|
||||
Reference in New Issue
Block a user