diff options
| author | nsfisis <nsfisis@gmail.com> | 2025-12-06 18:11:14 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2025-12-06 18:25:52 +0900 |
| commit | e367c698e03c41c292c3dd5c07bad0a870c3ebc4 (patch) | |
| tree | 256c022a03b3f213a75261595ffddc0f87c0475b /docs/dev/roadmap.md | |
| parent | 17ba3c603e4c522ccca282f6786fff2e0b3f4f6e (diff) | |
| download | kioku-e367c698e03c41c292c3dd5c07bad0a870c3ebc4.tar.gz kioku-e367c698e03c41c292c3dd5c07bad0a870c3ebc4.tar.zst kioku-e367c698e03c41c292c3dd5c07bad0a870c3ebc4.zip | |
feat(client): add API client with auth header support
Implements fetch wrapper that handles JWT authentication, automatic
token refresh on 401 responses, and provides typed methods for REST
operations. Includes comprehensive tests.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
Diffstat (limited to 'docs/dev/roadmap.md')
| -rw-r--r-- | docs/dev/roadmap.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/dev/roadmap.md b/docs/dev/roadmap.md index fde652d..720639e 100644 --- a/docs/dev/roadmap.md +++ b/docs/dev/roadmap.md @@ -48,7 +48,7 @@ Smaller features first to enable early MVP validation. ### Frontend Foundation - [x] Initialize React + Vite - [x] Setup routing -- [ ] API client (fetch wrapper with auth headers) +- [x] API client (fetch wrapper with auth headers) - [ ] Auth store (token management) ### Auth Pages |
