From 9632d70ea0d326ac0df4e9bffb7fb669013f0755 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Sun, 7 Dec 2025 19:20:04 +0900 Subject: feat(server): add GET /api/sync/pull endpoint MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Implement sync pull endpoint to fetch entities updated since a given syncVersion. Returns decks, cards, and review logs with their current sync versions for incremental client synchronization. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 --- docs/dev/roadmap.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/dev/roadmap.md') diff --git a/docs/dev/roadmap.md b/docs/dev/roadmap.md index 453bd25..97715cc 100644 --- a/docs/dev/roadmap.md +++ b/docs/dev/roadmap.md @@ -154,7 +154,7 @@ Smaller features first to enable early MVP validation. ### Sync Engine - [x] POST /api/sync/push endpoint -- [ ] GET /api/sync/pull endpoint +- [x] GET /api/sync/pull endpoint - [ ] Client: Sync queue management - [ ] Client: Push implementation - [ ] Client: Pull implementation -- cgit v1.2.3-70-g09d2