Skip to content

Implementing Cache Update Feature in Android Client #821

Closed Answered by Monirzadeh
DesarrolloAntonio asked this question in Q&A
Discussion options

You must be logged in to vote

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

/api/v1/bookmarks/cache

with something like this

{
  "create_archive": true,
  "create_ebook": true,
  "ids": [
    0
  ],
  "keep_metadata": true,
  "skip_exist": true
}

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)

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@DesarrolloAntonio
Comment options

@Monirzadeh
Comment options

Answer selected by DesarrolloAntonio
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #819 on January 23, 2024 13:01.