Popularity
9.1
Growing
Activity
0.0
-
23
33
15
Monthly Downloads: 57
Programming language: Haskell
License: MIT License
Latest version: v0.2.0.9
slack-web alternatives and similar packages
Based on the "slack" category.
Alternatively, view slack-web alternatives based on common mentions on social networks and blogs.
Build time-series-based applications quickly and at scale.
InfluxDB is the Time Series Platform where developers build real-time applications for analytics, IoT and cloud-native services. Easy to start, it is available in the cloud or on-premises.
Promo
www.influxdata.com
Do you think we are missing an alternative of slack-web or a related project?
README
Haskell bindings for the Slack web API
Slack web API: https://api.slack.com/web
Example
> import qualified Web.Slack as Slack
> import qualified Web.Slack.Api as Api
> import Control.Monad.Reader
> :set -XOverloadedStrings
> slackConfig <- Slack.mkSlackConfig token
> flip runReaderT slackConfig (Slack.apiTest Api.mkTestReq)
Right ...
> flip runReaderT slackConfig (Slack.apiTest Api.mkTestReq { Api.testReqFoo = Just "bar" })
Right ...
License
Licensed under the MIT license. See [LICENSE.md](LICENSE.md).
*Note that all licence references and agreements mentioned in the slack-web README section above
are relevant to that project's source code only.