learning_ai_common_plat/packages/api-client/src
Saravana Achu Mac 46900728d3 chore(api-client): type header merging
Replace the Headers branch's any cast with a typed copy into a Record so the shared API client keeps the same header merge behavior without a no-explicit-any warning.

Verification: pnpm --filter @bytelyst/api-client build; pnpm --filter @bytelyst/api-client test; pnpm --filter @bytelyst/api-client exec eslint . --ext .ts,.tsx; pnpm lint.
2026-05-04 15:17:33 -07:00
..
__tests__ feat: add package tests (58 new) + @bytelyst/fastify-core package 2026-02-12 22:17:17 -08:00
client.ts chore(api-client): type header merging 2026-05-04 15:17:33 -07:00
index.ts fix(common): configure ESLint 9 and fix lint issues 2026-02-12 16:37:30 -08:00
types.ts feat(api-client): add timeout, retry with exponential backoff for idempotent requests 2026-02-28 20:23:49 -08:00