abstract class Slack::Api::Base
- Slack::Api::Base
- Reference
- Object
Overview
https://api.slack.com/web
Pass arguments as:
GET querystring parameters POST parameters presented as application/x-www-form-urlencoded or a mix of both GET and POST parameters
Most write methods allow arguments application/json attributes. https://api.slack.com/web#methods_supporting_json
Included Modules
- JSON::Serializable
- Slack::InitializerMacros
Direct Known Subclasses
- Slack::Api::AppsManifestUpdate
- Slack::Api::ChatDelete
- Slack::Api::ChatPostMessage
- Slack::Api::ConversationsHistory
- Slack::Api::ConversationsInfo
- Slack::Api::ReactionsAdd
- Slack::Api::TeamInfo
- Slack::Api::ViewsOpen
Defined in:
slack/api/endpoints/base.crConstant Summary
-
ASSIGNED_TYPES =
[] of TypeDeclaration