Go to file
Wang Zhuoxuan 4c0419649b docs: update admin categories API with pagination parameters
- Add page/limit query parameters documentation
- Update response format to include pagination metadata
- Specify parameter constraints (page ≥ 1, limit 1-50)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-11 12:57:24 +08:00
.claude feat: add pagination support to admin categories endpoint 2026-04-11 12:56:40 +08:00
content feat: implement Phase 1b core features and Phase 1c commercialization 2026-04-09 00:12:12 +08:00
db/seeds feat: implement Phase 1b core features and Phase 1c commercialization 2026-04-09 00:12:12 +08:00
docs docs: update admin categories API with pagination parameters 2026-04-11 12:57:24 +08:00
src feat: add pagination support to admin categories endpoint 2026-04-11 12:56:40 +08:00
.env.example feat: initialize duoqi-api project skeleton 2026-04-08 21:24:15 +08:00
.gitignore feat: initialize duoqi-api project skeleton 2026-04-08 21:24:15 +08:00
bun.lock feat: implement Phase 1b core features and Phase 1c commercialization 2026-04-09 00:12:12 +08:00
CLAUDE.md docs: sync project progress across CLAUDE.md and dev-spec.md 2026-04-09 12:02:43 +08:00
dev-spec.md docs: sync project progress across CLAUDE.md and dev-spec.md 2026-04-09 12:02:43 +08:00
drizzle.config.ts feat: initialize duoqi-api project skeleton 2026-04-08 21:24:15 +08:00
package.json feat: implement Phase 1b core features and Phase 1c commercialization 2026-04-09 00:12:12 +08:00
tsconfig.json feat: initialize duoqi-api project skeleton 2026-04-08 21:24:15 +08:00
vitest.config.ts feat: implement Phase 1b core features and Phase 1c commercialization 2026-04-09 00:12:12 +08:00