FossilRepo
JSON API endpoints
Fixed
9acd34c4785ebbf…
· opened 4 days, 14 hours ago
- Type
- Feature_Request
- Priority
- Minor
- Severity
- —
- Resolution
- Fixed
- Subsystem
- —
- Created
- April 7, 2026 1:41 a.m.
Description
REST API for programmatic access. Enables mobile clients, CI tools, and third-party integrations.
Acceptance Criteria
- [ ] Token-based authentication (DRF or simple token)
- [ ] Endpoints: /api/projects/, /api/timeline/, /api/tickets/, /api/wiki/
- [ ] Pagination, filtering, search
- [ ] Rate limiting
- [ ] OpenAPI/Swagger docs