slackex icon indicating copy to clipboard operation
slackex copied to clipboard

Elixir Slack API Client

Results 4 slackex issues
Sort by recently updated
recently updated
newest added

Hey there. I notice this library has not been touched for a while. I'm curious if you @davidstump are 1) using it for a project that needs to support an...

Add tests. Any tests. All the tests.

enhancement

Setup a way for users to set their app name for use with multiple tokens, etc. ``` Slackex.Channels.list => Slackex.Channels.list(:my_app) ``` ``` config :my_app, :slack, token: System.get_env("token") ```

enhancement