OPDSDumper::dumpOPDSCompleteEntry()

This commit is contained in:
Veloman Yunkan
2021-09-01 21:54:59 +04:00
parent 027854e4f4
commit 12d9b69806
4 changed files with 45 additions and 0 deletions

View File

@ -63,6 +63,14 @@ class OPDSDumper
*/
std::string dumpOPDSFeedV2(const std::vector<std::string>& bookIds, const std::string& query) const;
/**
* Dump the OPDS complete entry document.
*
* @param bookId the id of the book
* @return The OPDS complete entry document.
*/
std::string dumpOPDSCompleteEntry(const std::string& bookId) const;
/**
* Dump the categories OPDS feed.
*