Anglepi / My-Many-Reads

Browse books, manage your reads list and find recommendations based on your likings and other users opinions.
GNU General Public License v3.0
3 stars 0 forks source link

Add functionality required by the API to query books #78

Closed Anglepi closed 1 year ago

Anglepi commented 1 year ago

All the functionality about querying books currently in the API needs to be moved to the data manager implemented in #77.

The API then will make use of these functions to process requests that require book information.

This task is part of #76 and blocked by #77