class Slack::Api::AppsManifestUpdate
- Slack::Api::AppsManifestUpdate
- Slack::Api::Base
- Reference
- Object
Defined in:
slack/api/endpoints/apps_manifest_update.crConstant Summary
-
ASSIGNED_TYPES =
[app_id : String, token : String, manifest : JSON::Any] of TypeDeclaration
Constructors
Instance Method Summary
- #app_id : String
- #app_id=(app_id : String)
- #base_url
- #call : Slack::Models::Apps::ManifestUpdate
- #content_type : ContentTypes
-
#manifest : JSON::Any
Eventually, manifests should be converted into a strongly typed object specifying allowable values, validations, etc.
-
#manifest=(manifest : JSON::Any)
Eventually, manifests should be converted into a strongly typed object specifying allowable values, validations, etc.
- #token : String
- #token=(token : String)
Instance methods inherited from class Slack::Api::Base
base_url
base_url,
call : Slack::Model
call,
content_type : ContentTypes
content_type,
headers
headers,
token
token
Constructor methods inherited from class Slack::Api::Base
new(pull : JSON::PullParser)
new
Constructor Detail
Instance Method Detail
def manifest : JSON::Any
#
Eventually, manifests should be converted into a strongly typed object specifying allowable values, validations, etc.
For now, this is a bit of a "power user" feature and manifest formats can be learned about at https://api.slack.com/reference/manifests.
def manifest=(manifest : JSON::Any)
#
Eventually, manifests should be converted into a strongly typed object specifying allowable values, validations, etc.
For now, this is a bit of a "power user" feature and manifest formats can be learned about at https://api.slack.com/reference/manifests.