module Slack::Web::Api::Endpoints::AppsDatastore

def apps_datastore_bulkGet(options = {})

Other tags:
    See: https://github.com/slack-ruby/slack-api-ref/blob/master/methods/apps.datastore/apps.datastore.bulkGet.json -
    See: https://api.slack.com/methods/apps.datastore.bulkGet -

Options Hash: (**options)
  • :app_id (Object) --
  • :ids (array) --
  • :datastore (string) --
def apps_datastore_bulkGet(options = {})
  raise ArgumentError, 'Required arguments :datastore missing' if options[:datastore].nil?
  raise ArgumentError, 'Required arguments :ids missing' if options[:ids].nil?
  post('apps.datastore.bulkGet', options)
end