module Web.View.InteractionReportingContracts.Index where import Web.Types import Generated.Types import IHP.Prelude import IHP.ViewPrelude import Web.Routes () import Application.Helper.View (adapterStatusBadge) data IndexView = IndexView { contracts :: ![InteractionReportingContract] } instance View IndexView where html IndexView { .. } = [hsx|
Defines the REST endpoint and payload schema for external adapter event submission.
No contracts found.
|] renderTable :: [InteractionReportingContract] -> Html renderTable contracts = [hsx|| Version | Endpoint | Auth | Status | Created |
|---|