0.0
No commit activity in last 3 years
No release in over 3 years
make you use slack resources
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.16
~> 2.5
~> 1.8
~> 0.53
~> 10.0
~> 3.0
 Project Readme

Slack resources

We create JSON schemas from Slack document and api examples.

Event api

Most event api examples are not wrapped meta data. But some examples are already wrapped. (e.x. token_revoked )

Our JSON schema did not include wrapping meta data.

{
        "token": "XXYYZZ",
        "team_id": "TXXXXXXXX",
        "api_app_id": "AXXXXXXXXX",
        "event": {}, // Examples are inserted here.
        "type": "event_callback",
        "authed_users": [
                "UXXXXXXX1",
                "UXXXXXXX2"
        ],
        "event_id": "Ev08MFMKH6",
        "event_time": 1234567890
}

message.foo

message events have channel_type . They are mapped message.${channel_type}.json .