### **Description** Easy way for components to call backend API. ### Tasks * Add JS helper: `ss.api.get("/api/user")` * Add Python wrapper for fetch * Auto-handle JSON + errors ### Acceptance Criteria * API calls inside UI feel seamless
Description
Easy way for components to call backend API.
Tasks
ss.api.get("/api/user")Acceptance Criteria