mirror of
https://github.com/miniflux/v2.git
synced 2025-08-21 18:11:09 +00:00
Add enclosures to /v1/entries API endpoint
This commit is contained in:
parent
fccc25f7a3
commit
6dd090a848
3 changed files with 31 additions and 11 deletions
|
@ -147,6 +147,7 @@ func (h *handler) findEntries(w http.ResponseWriter, r *http.Request, feedID int
|
|||
builder.WithOffset(offset)
|
||||
builder.WithLimit(limit)
|
||||
builder.WithTags(tags)
|
||||
builder.WithEnclosures()
|
||||
configureFilters(builder, r)
|
||||
|
||||
entries, err := builder.GetEntries()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue