Files
fuelboard-relay-api/app
FuelBoard Contributor 525ef38533 Envelope metadata: source, stations_count, data_updated in stations + health
- /api/v1/stations now returns source (api|csv), stations_count, and
  data_updated = freshest price_last_updated across the dataset, i.e. the
  GOV.UK server's own update time (not the relay's sync time).
- /health gains data_updated too.
- Tracked during _fetch_api (max price_last_updated) and _fetch_csv (max
  price_change_effective_timestamp).
2026-08-12 16:23:47 +01:00
..