Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 639 Bytes

File metadata and controls

21 lines (15 loc) · 639 Bytes

02 — API

← Architecture · Next: Deployment →

Interactive docs

  • Swagger UI: http://localhost:5001/docs
  • ReDoc: http://localhost:5001/redoc

Endpoints (v0.1.0)

Method Path Description
GET /health Liveness probe
GET /docs Swagger UI
GET /redoc ReDoc UI

Contract with ardalink-api

The canonical OpenAPI contract lives at MUNENE1212/ardalink-api/lib/api-spec/openapi.yaml. This service consumes the generated Pydantic models (Phase 3).