slackex
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...
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