ข้ามสารบัญไปยังเนื้อหา
อัปเดต 2026-09-07
Generated API reference (OpenAPI)
always-current endpoint docs
A generated, always-current API reference produced directly from the backend's OpenAPI schema, grouped by tag with a schema glossary — so an integrator can call the solver and calculators directly without reverse-engineering an endpoint shape.
เมื่อไรจึงใช้
- You're integrating DekEn's solver or calculators into another system over the API
- You need the exact request/response shape for an endpoint (e.g. /solve, /transient/analyze) rather than guessing from frontend code
- You want confidence the docs can't drift from the backend, since they're generated from it
คำนวณอย่างไร
Regenerated straight from FastAPI's OpenAPI schema (the same schema Swagger-style UIs consume), grouped by router tag, with a glossary of shared request/response models.
ข้อควรระวัง
noteLives as a generated repository file (docs/api-reference.md), not a live in-app page — regenerate it after an endpoint change or it will silently go stale.
ที่เกี่ยวข้อง