refactor: split client api modules

This commit is contained in:
Federico Jaramillo Martinez
2026-05-07 23:46:32 +02:00
parent d7cb7ed655
commit 789be10147
7 changed files with 377 additions and 332 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
# 03. Split client API into feature clients
Status: pending
Status: completed
Decompose `src/client/src/api.ts` into composable feature clients, shared HTTP helper, parsers, URL builders, and socket helpers.