lestrrat
lestrrat
# Good * It's official, slack apparently has an openapi spec https://api.slack.com/specs/openapi/v2/slack_web.json # Bad * TBH openapi's spec is hard to parse to generate code. It's good for generating docs...
List of currently unimplemented REST methods. They are only unimplemented because the author had no immediate need for them. Please either: 1. Send a PR that implements the method (yay!...
Find the `stockXXX` methods under `server/mockserver/response.go`, and find the methods that return those from `server/mockserver/mockserver.go`. Look at the API reference from slack.com, and find the correct data, populate the relevant...
Seems like a lot of RTM code is just repetition (find the proper type, populate proper event object), so this sounds like I can auto-generate it given some sort of...
We need to add a bunch more events to the RTM notification system. Please add missing events when you find them! (and refer to this issue) https://api.slack.com/events
after receiving #9, I looked at the original code for the first time in ages, and to my surprise, the original code had changed quite a bit. so here's me...
looking at #9, the code that I thought I ported from Perl has completely been changed. Which is fine and totally expected, except now it's really hard to tell exactly...
In light of https://blog.golang.org/v2-go-modules, I'm going to change the structure of this library. I don't think there's anybody really using it in the wild other than myself, so I assume...