You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GET / - Main app (article list)
GET /api/feeds - List feeds
POST /api/feeds - Subscribe to feed
DEL /api/feeds/:id - Unsubscribe
GET /api/articles - List articles (with filters)
POST /api/articles/:id/read - Mark read
POST /api/articles/:id/unread - Mark unread
POST /api/articles/:id/star - Star
POST /api/articles/:id/unstar - Unstar
POST /api/feeds/:id/mark-read - Mark feed read
POST /api/refresh - Trigger feed refresh
GET /api/categories - List categories
POST /api/categories - Create category
GET /api/articles/:id - Get single article with full content
POST /api/articles/mark-read-batch - Batch mark articles as read
POST /api/articles/mark-all-read - Mark all as read (with optional feed_id or category_id)
GET /api/counts - Get unread/total/starred counts
GET /api/opml/export - Export OPML
POST /api/opml/import - Import OPML
PUT /api/categories/reorder - Reorder categories
PUT /api/feeds/reorder - Reorder feeds