Item management
List, create, retrieve, replace, patch, and delete in-memory items.
Use in-memory item CRUD, request echo, search, arithmetic, health, and HTTP response test endpoints.
curl "http://localhost:5088/api/items?category=tools"// capabilities
The sample API covers resource operations, multiple request formats, utilities, and deployment diagnostics.
List, create, retrieve, replace, patch, and delete in-memory items.
Test JSON, form-urlencoded, and multipart requests with an optional file.
Search items, calculate values, inspect headers, and verify service health.
// the catalog
Open the complete interactive reference for parameters, schemas, and responses.