@hackage slack-api0.9
Bindings to the Slack RTM API.
Categories
License
MIT
Maintainer
matthewtpickering@gmail.com
Links
Versions
Installation
Dependencies (20)
- HsOpenSSL >=0.11
- aeson >=0.8
- base >=4.4 && <5
- bytestring >=0.9.1 && <0.11
- containers >=0.4
- errors >=1.4 && <3.0 Show all…
Dependents (1)
@hackage/acme-everything
This library provides bindings to the Slack Real Time Messaging API.
Users should find it easy to program their own Slack bots using the functionality found in Web.Slack.
The bindings are very nearly complete. Library authors
looking to build bindings to the Slack Web API may
find the FromJSON instances located in Web.Slack.Types
useful.
Please note that the interface provided by this package is not yet stable. There are a number of unresolved
internal inconsistencies which have yet to be resolved by Slack HQ.