aboutsummaryrefslogtreecommitdiffstats
path: root/api/api.go
Commit message (Collapse)AuthorAgeFilesLines
* Fix mark-as-read regression and add debugging toolsAdam Mathes7 days1-5/+9
|
* Backend: Support multi-feed filtering in stream APIAdam Mathes10 days1-5/+14
|
* Backend: Fix linting issues, improve error handling, and replace magic numbersAdam Mathes10 days1-7/+7
|
* feature: implement full OPML and Text import/export (fixing NK-r6nhj0)Adam Mathes11 days1-1/+51
|
* Refactor: project structure, implement dependency injection, and align v2 UI ↵Adam Mathes11 days1-19/+32
| | | | with v1
* feat(v2/api): improve typography, active menu bolding, and fix API header ↵Adam Mathes12 days1-1/+2
| | | | order (NK-a217qm, NK-hyej38, NK-jqpn98)
* wip: tui updates (buggy)Adam Mathes13 days1-1/+11
|
* Refactor backend to a clean REST APIAdam Mathes13 days1-0/+207
- Created new 'api' package with testable router and RESTful handlers - Handlers in 'api' use proper HTTP methods and status codes - Standardized JSON responses and error handling - Refactored 'web' package to delegate logic to 'api' - Maintained backward compatibility for legacy frontend routes - Simplified 'web/web_test.go' and added comprehensive 'api/api_test.go' - All tests passing with improved modularity