Replies: 1 comment
-
If I understand correctly, your question is actually the one I mentioned in the feature request I previously submitted: #2194 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I’ve been looking through the API documentation & can’t quite figure out how I would go about figuring out what entries have been marked as read/unread or starred/untarred since the last time I performed a sync. This is from the point of view of an app that maintains a local cache. Is there a recommended approach for this?
Ideally, there would be API endpoints that return IDs of all unread & all starred entries. And one endpoint that would let me fetch entries for the (more than one) given IDs. Do these exist in the Miniflux API? (Apologies if I have missed them in the documentation)
The only solution I could think of is to use the Fever API for this, which isn’t ideal. If Fever is indeed the only way to do this, can the IDs of feeds, categories & entries be used interchangeably between the Fever API & the Miniflux API?
Beta Was this translation helpful? Give feedback.
All reactions