Add Koreader API endpoints

This commit is contained in:
Tyler Kenney 2025-05-19 16:51:14 -04:00
parent 6288d89651
commit e84aed357a
19 changed files with 4079 additions and 1 deletions

View file

@ -21,6 +21,11 @@ public class MangaFile : IEntityDate
/// </summary>
public required string FilePath { get; set; }
/// <summary>
/// A hash of the document using Koreader's unique hashing algorithm
/// </summary>
/// <remark> KoreaderHash is only available for epub types </remark>
public string? KoreaderHash { get; set; }
/// <summary>
/// Number of pages for the given file
/// </summary>
public int Pages { get; set; }