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:
parent
55fad7ea27
commit
acd318b640
3 changed files with 61 additions and 0 deletions
|
@ -171,6 +171,8 @@ type Filter struct {
|
|||
AfterEntryID int64
|
||||
Search string
|
||||
CategoryID int64
|
||||
FeedID int64
|
||||
Statuses []string
|
||||
}
|
||||
|
||||
// EntryResultSet represents the response when fetching entries.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue