Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: Add Events API support #2

Open
Corkle opened this issue Jul 17, 2017 · 0 comments
Open

Feature: Add Events API support #2

Corkle opened this issue Jul 17, 2017 · 0 comments
Assignees

Comments

@Corkle
Copy link
Owner

Corkle commented Jul 17, 2017

The current struct for Slack data returned from the plug is intended to be generically compatible with both Slack Commands and Interactive Messages. The Slack data should be set to private params with more specific data shape based on the incoming request type. This change will make a more flexible library to add new features like the Events API which introduces new fields based on the event type.

TODO:

  1. Refactor Slack Plug with new structs and private param return values
  2. Add support for Events API request
@Corkle Corkle self-assigned this Jul 17, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant