Packages

Minimal Gleam client for posting data to a Slack incoming Webhook

Current section

Files

Jump to
slack_webhook_client src slack_webhook_client.app.src
Raw

src/slack_webhook_client.app.src

{application, slack_webhook_client, [
{vsn, "1.0.2"},
{applications, [gleam_http,
gleam_json,
gleam_stdlib,
oas_generator_utils]},
{description, "Minimal Gleam client for posting data to a Slack incoming Webhook"},
{modules, [slack_webhook_client@@main,
slack_webhook_client@operations,
slack_webhook_client@schema]},
{registered, []}
]}.