Getting Started
Getting Started
This dev portal documents the sample-dotnet-backend — a minimal ASP.NET Core 8 API for APItoGo integration testing.
Local backend
From sample-dotnet-backend:
Code
- Root:
http://localhost:5088/ - Health:
http://localhost:5088/health
API areas
- Items — CRUD over in-memory items (
/api/items) - Echo — request echo for integration tests (
/api/echo) - Utilities — helper endpoints for deploy verification
- Health —
/healthprobe used by APItoGo backend deploy
Plans
| Plan | Access |
|---|---|
| Free | Read items (GET /api/items, GET /api/items/{id}) |
| Pro | Full items CRUD |
Deploy backend
Build a Linux deploy zip:
Code
Then deploy via APItoGo with runtime=dotnet and runtimeVersion=DOTNET_8.
Project
- APItoGo project ID:
77a792e6-1d07-42fd-a55b-3758be366534 - Backend source:
sample-dotnet-backend - OpenAPI: wired at
/apiin this portal
Last modified on
