tiennm99
f9d80e582a
refactor: rewrite SDK to align with OpenAPI spec
...
- Split monolithic models.go (738 lines) into 6 domain files
- Fix schema drift: BasicInfo, PersonalInfo, TotalCashDerivativeResponse,
derivative order types, money transfer types aligned to spec
- Add missing REST endpoints: bsa-ext, bsa-month (supply/demand)
- Add WebSocket support for 5 streaming endpoints (nhooyr.io/websocket)
- Add 45 httptest-based tests (74.9% coverage)
- Rewrite README with full API coverage table
BREAKING CHANGE: struct fields and types changed to match OpenAPI spec.
BasicInfo reduced to 5 fields, TokenResponse uses 'token' field,
PlaceOrderRequest uses int types, derivative order types renamed.
2026-04-05 12:00:18 +07:00
tiennm99
e77afc2327
Add Go SDK wrapping TCBS OpenAPI spec
...
Go client library with typed models covering all 40+ API endpoints:
authentication, account info, stock/derivative trading, market data,
and money management. SDK source organized under src/ directory.
2026-03-18 10:53:33 +00:00