API¶
Status: Active
Holds all API configuration for the application: endpoints, routing, and related helpers used across IDK.
- Purpose: Define and organize REST/WebSocket endpoints used by the entire app
- Details: See the dedicated API section for deeper explanations and examples
Related: Architecture