ConstFetch a book's chapters in reading order.
Book ID
Promise with the chapter list
Fetch a single book's metadata, progress and chapters.
Book ID
Promise with the book and chapters, or an error envelope if it is gone
Import an EPUB as a book.
Multipart body carrying the file plus LgID/TxLgID, and optionally TxTitle and TextTags
Promise with the created book's ID and a message
List books, newest first, optionally filtered to one language.
Language to filter by, or null for all languages
1-based page number
Promise with the page of books and its pagination block
Delete a book and its chapters.
Book ID
Promise with the outcome message
Record which chapter the reader has reached.
Book ID
1-based chapter number
Promise with the outcome message
Books API methods.