AI Newsletter Digest improvements: fixed QP soft line break decoding, URL extraction, and content cleaning
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
# Miniflux API notes (quick)
|
||||
|
||||
This skill uses:
|
||||
- `GET /v1/entries?status=unread&limit=20&order=published_at&direction=desc`
|
||||
- `GET /v1/entries/{id}`
|
||||
|
||||
Auth:
|
||||
- Header: `X-Auth-Token: <token>`
|
||||
|
||||
Common fields:
|
||||
- `entries[].id` (integer)
|
||||
- `entries[].title`
|
||||
- `entries[].url`
|
||||
- `entries[].content` (HTML)
|
||||
- `entries[].published_at`
|
||||
- `entries[].feed.title`
|
||||
Reference in New Issue
Block a user