Items API
In-memory CRUD at /api/items for gateway action tests.
Minimal REST API with items CRUD, echo, utilities, and a /health probe for Azure App Service deploy verification.
curl http://localhost:5088/health// the catalog
// why this sample
Use it to validate APItoGo backend zip deploy, gateway routing, and dev portal OpenAPI wiring.
In-memory CRUD at /api/items for gateway action tests.
/health is the App Service health check path.
openapi.json ships with the repo and powers /api here.