miniflux / v2

Minimalist and opinionated feed reader
https://miniflux.app
Apache License 2.0
6.97k stars 728 forks source link

[FR] Provide an API similar to the `/unread` endpoint that filters entries by the `hide_globally` attribute #2845

Closed AiraNadih closed 2 months ago

AiraNadih commented 2 months ago

I have reviewed the documentation multiple times but couldn't find an API that allows entries to be filtered by the hide_globally attribute. If such an API already exists, could you please point me to the relevant documentation? If not, I would like to request the implementation of an API endpoint that works similarly to the /unread endpoint but provides the ability to filter entries based on the hide_globally attribute.

This would be particularly useful for scenarios where we need to manage or access entries that are globally hidden in the system.

fguillot commented 2 months ago

See #2790

AiraNadih commented 2 months ago

Thank you for letting me know that the API has been implemented. It would be even better if you could update the documentation later.