slack_webhook:Elixir的Slack Webhook

时间:2024-06-08 02:42:35
【文件属性】:

文件名称:slack_webhook:Elixir的Slack Webhook

文件大小:4KB

文件格式:ZIP

更新时间:2024-06-08 02:42:35

Elixir

SlackWebhook 使用webhook API将简单消息发送到Slack频道。 用法 在此处注册新的集成: ://my.slack.com/services/new/incoming-webhook/您将收到类似于 *的Webhook URL 在mix.exs添加依赖mix.exs 。 {:slack_webhook,“〜> 0.0.1”} 将Webhook URL添加到您的应用程序配置。 config:slack_webhook,:url,“ *” 发送同步消息。 SlackWebhook.send发送“ lorem ipsum” 发送异步消息。 SlackWebhook.async_send“ lorem ipsum” 同步与异步 除非要处理异常,否则请使用async_send 。 如果您比较同步: iex(10)> :timer.tc fn -> Sl


【文件预览】:
slack_webhook-master
----.gitignore(34B)
----mix.exs(1KB)
----README.md(1KB)
----config()
--------config.exs(1KB)
----lib()
--------slack_webhook.ex(1KB)
----test()
--------test_helper.exs(15B)
--------slack_webhook_test.exs(103B)

网友评论