Custom
Implement a local
{host}/statuses/{slug}
endpoint:[
{
name: string,
slug: string,
url: string,
status: StatusType
}
]
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>
Name | Default | Mandatory |
---|---|---|
custom-host | http://localhost | optional |
custom-slug | | required |
custom-token | | required |
Last modified 1yr ago