API Reference SlackKit v#0.25.0-alpha.0

View Source

Modules

Slack is a genserver-ish interface for working with the Slack real time messaging API through a Websocket connection.

This module is used to spawn bots and is used to manage the connection to Slack while delegating events to the specified bot module.

Utility functions for looking up slack state information.

Utility functions for sending slack messages.

Slack state.

Defines a custom client for making calls to Slack Web API.

Default http client used for all requests to Slack Web API.

A small WebSocket client process built on top of Mint.WebSocket.