1. 首页
  2. 数据库
  3. 其它
  4. slack notifier:用于发布到松弛渠道的简单包装器 源码

slack notifier:用于发布到松弛渠道的简单包装器 源码

上传者: 2021-02-01 23:10:37上传 ZIP文件 32.63KB 热度 13次
一个简单的包装器,用于将通知发送到 webhooks。 例 require 'slack-notifier' notifier = Slack :: Notifier . new "WEBHOOK_URL" notifier . ping "Hello World" # => if your webhook is setup, will message "Hello World" # => to the default channel you set in slack 安装 安装最新的稳定版本: $ gem install slack-notifier 或使用 ,将其添加到您的Gemfile
用户评论