Skip to content

Instantly share code, notes, and snippets.

@pllearns
Created March 27, 2017 21:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pllearns/8c9faa22f76be0a371d749997411459c to your computer and use it in GitHub Desktop.
Save pllearns/8c9faa22f76be0a371d749997411459c to your computer and use it in GitHub Desktop.
floppy-alpaca-slack-transfer
One part of the LG transfer to slack
Related: https://app.clubhouse.io/learnersguild/story/1075
### Specs - addresses story 1078
- [ ] Identify and replace current echo/RC API extensions and replace with SLACK HTTP API.
- [ ] Point the chat client code in `game` to invoke existing methods in Slack HTTP API.
#### Original Story Source
Not surprisingly, slack's web API is considerably more powerful,
extensive, and consistent than Rocket.Chat's.
We shouldn't need to do much to replace our current echo/RC API extensions except to point the chat client code
in `game` to invoke the appropriate methods already existing in the Slack HTTP RPC API.
Resources:
- https://api.slack.com/web
- https://api.slack.com/methods
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment