mirror of
https://github.com/miniflux/v2.git
synced 2025-06-27 16:36:00 +00:00
Add new API endpoint /icons/{iconID}
This commit is contained in:
parent
5774323f2e
commit
2002d60fbe
6 changed files with 62 additions and 10 deletions
|
@ -13,7 +13,7 @@ type Icon struct {
|
|||
ID int64 `json:"id"`
|
||||
Hash string `json:"hash"`
|
||||
MimeType string `json:"mime_type"`
|
||||
Content []byte `json:"content"`
|
||||
Content []byte `json:"-"`
|
||||
}
|
||||
|
||||
// DataURL returns the data URL of the icon.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue