mirror of
https://github.com/go-shiori/shiori.git
synced 2026-04-25 14:35:52 +03:00
[GH-ISSUE #819] Implementing Cache Update Feature in Android Client #388
Labels
No labels
component:backend
component:builds
component:builds
component:extension
component:frontend
component:readability
database
database:mysql
database:postgres
database:sqlite
feature:ebooks
github_actions
good first issue
hacktoberfest
note:duplicate?
note:fixed?
note:out-of-scope?
os:windows
priority:high
priority:low
pull-request
resolution:as-intended
resolution:cant-reproduce
resolution:duplicate
resolution:fixed
resolution:wontfix
tag:TBD
tag:big-task
tag:help-wanted
tag:huge-data
tag:meta
tag:more-info
tag:next
tag:no-stale
tag:requires-migrations
tag:research
tag:security 🛡️
tag:stale
tag:waiting-for-assignee
type:bug
type:documentation
type:enhancement
type:meta
type:ux
user:cli
user:web
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/shiori#388
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @DesarrolloAntonio on GitHub (Jan 23, 2024).
Original GitHub issue: https://github.com/go-shiori/shiori/issues/819
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:
Thanks.

@Monirzadeh commented on GitHub (Jan 23, 2024):
in shiori v1.6 you can see that in
http://127.0.0.1:8080/swagger/index.html#/Auth/put_api_v1_bookmarks_cachein 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_existbe 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)