Back to search
An attempt to clone the Python Slackclient code to Racket to create Slack app.s/bots with Racket
Stars
1
Forks
1
Watchers
1
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
4
commits
Restrict the module to only allowing access to the SlackClient% object.
5df2c7bView on GitHubRather than return a list of voids, why not return the JSON->hashMap that gets processed and adds to the channels or users? Also, remove the default `#f` value from the `hash-ref` since a check as to whether the type exists is done in the `when`.
60a7dd7View on GitHubI'm sure there's bugs still lurking there and I still need to turn this into a proper module but I can make a call to "users.list" successfully so I'll commit this, now.
619ce43View on GitHub