mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-20 01:41:26 +02:00
15 lines
412 B
Markdown
15 lines
412 B
Markdown
# Shared API Client Expert - Memory
|
|
|
|
Auto-updated with learnings from code changes.
|
|
|
|
## Recent Updates
|
|
*No updates yet.*
|
|
|
|
## Known Issues
|
|
*None documented.*
|
|
|
|
## Implementation Notes
|
|
- Zero external dependencies - pure TypeScript
|
|
- Handles 204 No Content responses gracefully
|
|
- FormData uploads don't set Content-Type (browser handles boundary)
|
|
- Default API prefix is `/api` - most backends expect `/api/v1/...`
|