ASP.NET Core 8In-memory ยท no database

Sample API for
APItoGo deploy tests.

Minimal REST API with items CRUD, echo, utilities, and a /health probe for Azure App Service deploy verification.

  • Items CRUD
  • Echo & utilities
  • Linux zip deploy
terminal
curl http://localhost:5088/health

// why this sample

Built for integration testing

Use it to validate APItoGo backend zip deploy, gateway routing, and dev portal OpenAPI wiring.

Items API

In-memory CRUD at /api/items for gateway action tests.

Deploy probe

/health is the App Service health check path.

OpenAPI ready

openapi.json ships with the repo and powers /api here.

Built with APIToGo