struct Slack::Api::AppsManifestUpdate
- Slack::Api::AppsManifestUpdate
- Slack::Api::Base
- Struct
- Value
- Object
Defined in:
slack/api/endpoints/apps_manifest_update.crConstant Summary
-
ASSIGNED_TYPES =
[token : String, app_id : String, manifest : JSON::Any] of TypeDeclaration
Constructors
Instance Method Summary
- #app_id : String
- #app_id=(app_id : String)
- #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.
- #request_url : String
- #result : HTTP::Client::Response
Instance methods inherited from struct Slack::Api::Base
call : Slack::Model
call,
content_type : ContentTypes
content_type,
headers
headers,
request_url : String
request_url,
result : HTTP::Client::Response
result,
token : String
token,
token=(token : String)
token=
Constructor methods inherited from struct 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.