Skip to content

HVC Services — Endpoints

  • Project: hvc-services · File: Controllers/NotifyController.cs

Overview

hvc-services exposes small REST endpoints that other services call to nudge the background workers. Both publish an in-process message (via PubSub) that the workers subscribe to.

Endpoints

RoutePurpose
POST /Notify/email?source=...Publish OnNewEmail → wakes the email sender
POST /Notify/eventCompleted?source=...Publish OnEventCompleted → triggers recording download

hvc-sinkapi calls /Notify/eventCompleted when it finishes finalizing an event.

Released under the MIT License.