Context
PRD §3.6 — A public API would enable community-built tools, widgets, and integrations.
Requirements
- Read-only REST API for events, speakers, talks, sponsors
- OpenAPI/Swagger documentation
- Rate limiting
- JSON responses with consistent pagination
- Filterable by year, city, status
Implementation Notes
- Django REST Framework or Django Ninja
- Consider starting with a minimal API (events + current year) and expanding
References
Context
PRD §3.6 — A public API would enable community-built tools, widgets, and integrations.
Requirements
Implementation Notes
References