gitea/vendor/github.com/lunny/dingtalk_webhook
Lunny Xiao 10b54df2b2 Add dingtalk webhook (#2777)
* add dingtalk webhook type

* add vendor

* some fixes

* fix name check

* fix name check & improvment
2017-11-21 06:26:43 +02:00
..
LICENSE Add dingtalk webhook (#2777) 2017-11-21 06:26:43 +02:00
README.md Add dingtalk webhook (#2777) 2017-11-21 06:26:43 +02:00
webhook.go Add dingtalk webhook (#2777) 2017-11-21 06:26:43 +02:00

README.md

非官方 Dingtalk webhook Golang SDK

此工程仅封装了 Dingtalk 的 webhook 部分的请求

使用

首先在dingtalk中创建一个机器人将accessToken拷贝出来然后执行下面方法即可

webhook := dingtalk.Webhook(accessToken)
webhook.SendTextMsg("这是一个没有AT的文本消息", false)

License

This project is licensed under the MIT License. See the LICENSE file for the full license text.