blitz_api/app/system/impl
fusion44 6e3238a5a7
feat(api): implement GET /system/health readiness endpoint (#145)
Make /system/health unauthenticated, compute real readiness from the
shared startup state via build_health_info, and return 503 (body still a
SystemHealthInfo) when a subsystem is not ready. Drop the now-dead
per-backend get_system_health delegation.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-12 18:41:18 +02:00
..
native_python.py feat(api): implement GET /system/health readiness endpoint (#145) 2026-07-12 18:41:18 +02:00
raspiblitz.py feat(api): implement GET /system/health readiness endpoint (#145) 2026-07-12 18:41:18 +02:00
raspiblitz_utils.py #179 add identity_uri to ln_info_lite (#183) 2022-12-20 07:43:37 +01:00
README.md refactor: switch to domain driven directory layout 2022-10-03 20:22:00 +02:00
system_base.py feat(api): implement GET /system/health readiness endpoint (#145) 2026-07-12 18:41:18 +02:00

System Implementation

APIPlatform RaspiBlitz

Get all necessary information from Redis

APIPlatform Native Python

Get all necessary from .env file and/or native python libraries