Skip to content

refactor(marketplace): split [id] route into proper REST endpoints#191

Merged
rajputomsingh merged 1 commit into
masterfrom
perf/marketplace-api-optimization
Jul 14, 2026
Merged

refactor(marketplace): split [id] route into proper REST endpoints#191
rajputomsingh merged 1 commit into
masterfrom
perf/marketplace-api-optimization

Conversation

@rajputomsingh

Copy link
Copy Markdown
Owner
  • Split [id]/route.ts into separate endpoints
  • GET /[id] - Listing detail only
  • GET /[id]/auction - Auction room data (new)
  • POST /[id]/bids - Place bid (new)
  • Old POST/PUT on /[id] correctly return 405
  • All 15 tests passing

- Split [id]/route.ts into separate endpoints
- GET /[id] - Listing detail only
- GET /[id]/auction - Auction room data (new)
- POST /[id]/bids - Place bid (new)
- Old POST/PUT on /[id] correctly return 405
- All 15 tests passing
@vercel

vercel Bot commented Jul 14, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
fieldly Building Building Preview, Comment Jul 14, 2026 6:12pm

@rajputomsingh
rajputomsingh merged commit f6e8dec into master Jul 14, 2026
1 of 5 checks passed
@rajputomsingh
rajputomsingh deleted the perf/marketplace-api-optimization branch July 14, 2026 18:17
@rajputomsingh rajputomsingh added the release:catalyst UX refinement, marketplace enhancements, performance, and platform maturity. label Jul 14, 2026
@rajputomsingh rajputomsingh added this to the Catalyst (v0.6.0-beta) milestone Jul 14, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

release:catalyst UX refinement, marketplace enhancements, performance, and platform maturity.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant