class

Curator::Api::Controller

Inherits Curator::Api::Helpers < Reference < Object

API Controller Responsible for accepting incoming event data. Exposes two endpoints

  1. /ingest WebSocket, which accepts event in json format
  2. /ingest HTTP POST, which accepts events in ndjson format Hands off the event to Relay

Constructors

Instance methods

auth
Source
port
Source
relay
Source
start

Starts the HTTP::Server to serve incoming requests.

Source
stop
Source