Sha256: 78182119877f7a3574f0e84ab2079b43d8cf966fcdd0c189309fc0aeae1fe953
Contents?: true
Size: 725 Bytes
Versions: 11
Compression:
Stored size: 725 Bytes
Contents
# 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. ```json { "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` .
Version data entries
11 entries across 11 versions & 1 rubygems