This is a work in progress, and the interface is going to be changed
This is a set of racket bindings to interact with the Slack API. Right now there are two parts:
- webapi.rkt - This wraps all the Slack Web RPC calls
- rtm.rkt - This wraps the Real-Time Messaging API
The Real-Time Messaging API is very underdeveloped and due for some changes