Use SSE frontend #3

This commit is contained in:
Ian Renton
2025-12-22 15:47:45 +00:00
parent fd2986f310
commit 70a7bd4814
9 changed files with 97 additions and 44 deletions

View File

@@ -155,7 +155,7 @@ paths:
- Spots
summary: Get spot stream
description: Request a Server-Sent Event stream which will return individual spots immediately when they are added to the system. Only spots that match the provided filters will be returned.
operationId: spots/stream
operationId: spots-stream
parameters:
- name: source
in: query
@@ -321,7 +321,7 @@ paths:
- Alerts
summary: Get alert stream
description: Request a Server-Sent Event stream which will return individual alerts immediately when they are added to the system. Only alerts that match the provided filters will be returned.
operationId: alerts/stream
operationId: alerts-stream
parameters:
- name: max_duration
in: query