Added MangaDex Api. Updated project structure.
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
namespace MangaReader.Core.Sources.MangaDex.Api;
|
||||
|
||||
public class ScanlationGroupAttributes
|
||||
{
|
||||
public string Name { get; set; } = default!;
|
||||
public string? Website { get; set; }
|
||||
// etc...
|
||||
}
|
||||
Reference in New Issue
Block a user