APIテストページ

このページでは、APIエンドポイントをテストするためのリンクを提供しています。

API Endpoints

GET /api/items

Get all items

Try it

GET /api/items/:id

Get item by ID

Try it (ID: 1)

GET /api/test/headers

Get request headers

Try it

GET /api/test/error

Test error handling (returns 400)

Try it

GET /health

Health check endpoint

Try it