Elixir-Slack icon indicating copy to clipboard operation
Elixir-Slack copied to clipboard

Slack real time messaging and web API client in Elixir

Results 18 Elixir-Slack issues
Sort by recently updated
recently updated
newest added

> ⚠️ This PR contains breaking changes based on deprecated methods by Slack (which presumably are already not working) and changes to which arguments are considered required and optional. The...

Thanks for the continued support of this library. I need access to the latest bug fix on master and although I can mix install from github, I get connection issues...

An innocuous PR to update Cowboy for tests + minor versions of httpoison and hackney. Runs through formatter for future updates.

This PR makes a few changes to adapt to Slack API changes... * It extends the `handle_connect` callback to enable initializing both the `slack` and `process_state` * Connect via the...

I cannot seem to find in the hexdocs any support for the [apps.event.authorizations.list](https://api.slack.com/methods/apps.event.authorizations.list) endpoint. Did I miss it or is it indeed missing? I am happy to add support for...

Adding the new Conversations kick API method to docs to be included in client. This was missing from the original docs which create the client API methods. Since the Channels.kick...

Here's an example of the warning: ``` ==> slack Compiling 10 files (.ex) warning: redefining @doc attribute previously set at line 88. Please remove the duplicate docs. If instead you...

Channels functions deprecated by Slack (more details here: https://api.slack.com/changelog/2020-01-deprecating-antecedents-to-the-conversations-api). The recommended option to replace is the Conversation module but few changes have to be done. One of the changes is...

Looks like a lot of steps was missed in main documentation. I am currently searching google for my questions how to use this Elixir application (it's hard, cos Elixir is...

Regarding the note in the Readme about the Slack API changes upon connect (`rtm.start`).. https://github.com/BlakeWilliams/Elixir-Slack#upgrading-from-0x-to-020 1) I'm getting rate limited errors on even the first attempt to connect. Perhaps the...