Skip to content

Conversation

@JoyBrown252
Copy link
Contributor

feat(lesson23): Library API – MediaItemsController

  • GET /items → { items: [...] }
  • GET /items/{id} → { item: {...} } or 404
  • POST /items → validates body; 400 with { errors:[...] } for {}; creates BOOK
  • DELETE /items/{id} → 204 on success, 404 if missing

Verification

  • MediaItemsControllerTest: 7/7 passing
  • Manual checks via curl and Swagger UI at /swagger-ui.html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant