Expand description
Project selector API endpoints
Provides endpoints for listing and switching between indexed projects.
Structs§
- Project
Info - Project information for the selector dropdown
- Projects
Response - Response for GET /api/projects
- Projects
State - Shared state for project management
- Switch
Project Request - Request body for POST /api/projects/switch
- Switch
Project Response - Response for POST /api/projects/switch
Functions§
- api_
projects - GET /api/projects - List all discovered projects
- api_
switch_ project - POST /api/projects/switch - Switch to a different project
- discover_
projects - Find all indexed projects