Preliminary version of /catalog/v2/languages

This commit is contained in:
Veloman Yunkan
2021-06-11 12:55:04 +04:00
committed by Matthieu Gautier
parent 64b55dbdc7
commit 5f90f5ee2a
7 changed files with 143 additions and 0 deletions

View File

@ -71,6 +71,13 @@ class OPDSDumper
*/
std::string categoriesOPDSFeed(const std::vector<std::string>& categories) const;
/**
* Dump the languages OPDS feed.
*
* @return The OPDS feed.
*/
std::string languagesOPDSFeed() const;
/**
* Set the id of the library.
*