You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
miniflux has a changedTime column. It would be useful to expose it in the GET /v1/entries API, both as a filter (changed_after) and a field in the response (changed_at).
The main motivation is to allow easy synchronization from third-party clients which have their own local cache. Ref bubelov/news#76 (comment)
Would you like me to open a PR for this?
The text was updated successfully, but these errors were encountered:
miniflux has a
changedTime
column. It would be useful to expose it in theGET /v1/entries
API, both as a filter (changed_after
) and a field in the response (changed_at
).The main motivation is to allow easy synchronization from third-party clients which have their own local cache. Ref bubelov/news#76 (comment)
Would you like me to open a PR for this?
The text was updated successfully, but these errors were encountered: