Popularity
9.3
Growing
Activity
5.8
-
29
42
18

Monthly Downloads: 81
Programming language: Haskell
License: MIT License
Tags: Web     Slack    
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.

Do you think we are missing an alternative of slack-web or a related project?

Add another 'slack' Package

README

Haskell bindings for the Slack web API

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.