abstract struct Slack::Api::Base
- Slack::Api::Base
 - Struct
 - Value
 - 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 = 
[token : String] of TypeDeclaration 
Constructors
Instance Method Summary
- #call : Slack::Model
 - #content_type : ContentTypes
 - #headers
 - #request_url : String
 - #result : HTTP::Client::Response
 - #token : String
 - #token=(token : String)