API Reference BoopEx v#1.0.0

Copy Markdown View Source

Modules

Send events to a self-hosted Boop server.

The HTTP layer, built on Req. You normally call Boop.send/2 instead.

Resolved configuration for a send. Values come from per-call options, then the :boop_ex application environment, then the BOOP_URL / BOOP_API_KEY environment variables.

Why a send failed. Returned as {:error, %Boop.Error{}}; never raised.

An event to send to Boop. Only title is required.

Replaces the values of sensitive keys anywhere inside event data with "[REDACTED]".