Custom

Setup

Implement a local {host}/statuses/{slug} endpoint:
[
{
name: string,
slug: string,
url: string,
status: StatusType
}
]

Usage

Observe one status:
chroma-feedback --producer=custom
--custom-host <host>
--custom-slug <slug>
--custom-token <token>
Observe many statuses:
chroma-feedback --producer=custom
--custom-host <host>
--custom-slug <slug>
--custom-slug <slug>
--custom-token <token>

Options

Name
Default
Mandatory
custom-host
http://localhost
optional
custom-slug
required
custom-token
required
Last modified 1yr ago