Implementing Cache Update Feature in Android Client #821
-
Hello, I am currently developing a feature for updating the cache from an Android client in my app. I would appreciate some guidance on how to handle the API connections for implementing this feature. Specifically, I am looking for information on:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
in shiori v1.6 you can see that in
with something like this
ids of bookmark you can request one id bookmark or multiple bookmark in batch mode. |
Beta Was this translation helpful? Give feedback.
in shiori v1.6 you can see that in
http://127.0.0.1:8080/swagger/index.html#/Auth/put_api_v1_bookmarks_cache
in general you should send a request to the
with something like this
ids of bookmark you can request one id bookmark or multiple bookmark in batch mode.
if
skip_exist
be true ebook will not update if ebook file exist on server and just create ebook for bookmark that don't have ebook. (useful when you just want request download ebook in batch mode)