Add initial support for Kobo device Sync endpoint.
- Supports /v1/library/sync call to get list of books - Supports /v1/library/metadata call to get metadata for a given book + Assumes books are stored on Backblaze for metadata call - Changes to helper.py so that we can return no cover instead of a blank image.
Showing
cps/kobo.py
0 → 100644
This diff is collapsed.
... | ... | @@ -13,3 +13,5 @@ SQLAlchemy>=1.1.0 |
tornado>=4.1 | ||
Wand>=0.4.4 | ||
unidecode>=0.04.19 | ||
b2sdk>=1.0.2,<2.0.0 | ||
jsonschema>=3.2.0 |
Please
register
or
sign in
to comment