central/sql
Matt Johnson 9f3794f4ff feat(api): add paginated events feed JSON endpoint
GET /events.json with cursor-based pagination and filtering:
- Filter by adapter, category, since/until, region bbox
- Cursor pagination via (time DESC, id DESC) ordering
- Returns events with GeoJSON geometry parsed as objects
- Validation returns 400 with clear error messages

Migration 014 adds composite index for efficient pagination.

Tests: 17 new tests covering filters, pagination, validation.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-05-18 04:21:18 +00:00
..
migrations feat(api): add paginated events feed JSON endpoint 2026-05-18 04:21:18 +00:00
.gitkeep scaffold: initial repository structure 2026-05-15 19:16:24 +00:00