datarhei-dragonfork-core/app
Zac Gaetano c8bcf75227
Some checks failed
tests / build (push) Failing after 1s
tests / build (pull_request) Failing after 2s
fix(webrtc): swagger annotations for WHEP routes, regenerate docs (closes #3)
The WHEP routes were mounted by http/server.go via the app/webrtc
Handler.Register(), but Subscribe and Unsubscribe carried no swag
annotations. The Swagger UI at /api/swagger/index.html therefore
didn't list /api/v3/whep/* — programmatic API consumers and humans
browsing the docs couldn't discover the endpoints.

Adds the standard upstream-shaped @Summary / @Tags / @ID / @Router
annotations on Subscribe and Unsubscribe (matching the rtmp.go and
srt.go pattern) and regenerates docs/{docs.go,swagger.json,swagger.yaml}
via 'make swagger'. Verified: swagger.json now contains both paths,
swagger UI renders them under the v16.16.0 tag.

Closes #3.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-03 12:12:05 +00:00
..
api feat(webrtc): wire app/webrtc subsystem into Core lifecycle 2026-04-17 10:08:54 -04:00
ffmigrate Provide filesystem for JSON store 2024-02-12 09:56:40 +01:00
import Fix tests 2023-02-21 12:57:33 +01:00
webrtc fix(webrtc): swagger annotations for WHEP routes, regenerate docs (closes #3) 2026-05-03 12:12:05 +00:00
version.go Update changelog, bump version to 16.16.0 2024-06-07 11:37:25 +02:00