Skip to content

Refactor frontend API client into focused modules - #74

Merged
ichwars merged 1 commit into
mainfrom
dev-split-api-client
Aug 4, 2026
Merged

Refactor frontend API client into focused modules#74
ichwars merged 1 commit into
mainfrom
dev-split-api-client

Conversation

@ichwars

@ichwars ichwars commented Aug 4, 2026

Copy link
Copy Markdown
Owner

Summary

  • preserve api/client.ts as the public compatibility facade
  • split transport, domain types, API methods, and specialized clients into focused modules
  • remove the 8,156-line source-budget exception
  • verify parity for all 388 public exports and 592 api methods

Local verification

  • npm run build
  • npm run lint
  • npm run test:run (244 files, 2,848 tests)
  • python tools/check_source_size_budget.py
  • pytest backend/tests/unit/test_source_size_budget.py (14 tests)

@ichwars
ichwars merged commit e769265 into main Aug 4, 2026
30 checks passed
@ichwars
ichwars deleted the dev-split-api-client branch August 4, 2026 01:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant