Merge pull request #417 from recoupable/codex/revert-artist-read-api#419
Merge pull request #417 from recoupable/codex/revert-artist-read-api#419arpitgupta1214 merged 1 commit intomainfrom
Conversation
revert: artist detail read endpoint
|
Caution Review failedThe pull request is closed. ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: ⛔ Files ignored due to path filters (2)
📒 Files selected for processing (5)
📝 WalkthroughWalkthroughThis PR removes the complete API endpoint and supporting infrastructure for fetching a single artist by ID. It eliminates the Next.js route handler, business logic layer, request validation, database query helper, and associated type definitions across five files totaling 217 lines removed. Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~8 minutes Possibly related PRs
Suggested reviewers
Poem
✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
revert: artist detail read endpoint
Summary by cubic
Reverts the artist detail read API. Removes
GET /api/artists/[id]and all related handler, validation, data access, and tests.GET /api/artists/:idand itsOPTIONShandler are removed; calls now return 404.Written for commit a6f64ab. Summary will update on new commits.
Summary by CodeRabbit