1
0
Fork 0
mirror of https://github.com/miniflux/v2.git synced 2025-08-26 18:21:01 +00:00

Update API client to support more filters

This commit is contained in:
Frédéric Guillot 2020-09-14 20:03:24 -07:00
parent 55fad7ea27
commit acd318b640
3 changed files with 61 additions and 0 deletions

View file

@ -171,6 +171,8 @@ type Filter struct {
AfterEntryID int64
Search string
CategoryID int64
FeedID int64
Statuses []string
}
// EntryResultSet represents the response when fetching entries.