ca798703af
- Workspace CRUD: create/list/get_detail - Member management: invite/list/remove/leave/update_role - Invitation flow: accept/decline - Subscription: upgrade/cancel - Quota status: get usage info - Connect all 13 endpoints to use cases - Add proper authentication and permission checks - Return structured JSON responses Phase 4 Task 27/68 completed
xiaoxia-saas API
结构
app/core/:配置与基础能力app/api/:路由组织app/schemas/:请求响应模型app/dependencies.py:依赖注入入口main.py:FastAPI 启动入口
当前可用接口
GET /api/healthGET /api/projects?workspace_id=...POST /api/projects