module Slack::Web::Api::Endpoints::AppsDatastore
def apps_datastore_get(options = {})
- See: https://github.com/slack-ruby/slack-api-ref/blob/master/methods/apps.datastore/apps.datastore.get.json -
See: https://api.slack.com/methods/apps.datastore.get -
Options Hash:
(**options)
-
:app_id
(Object
) -- -
:id
(string
) -- -
:datastore
(string
) --
def apps_datastore_get(options = {}) raise ArgumentError, 'Required arguments :datastore missing' if options[:datastore].nil? raise ArgumentError, 'Required arguments :id missing' if options[:id].nil? post('apps.datastore.get', options) end