Sha256: e06e511152bb0b8ce42eed19a0541f00ec190f75801bc9c227c379fa9b142d71
Contents?: true
Size: 652 Bytes
Versions: 8
Compression:
Stored size: 652 Bytes
Contents
# frozen_string_literal: true # This file was auto-generated by lib/tasks/web.rake module Slack module Web module Api module Endpoints module AppsPermissionsScopes # # Returns list of scopes this app has on a team. # # @see https://api.slack.com/methods/apps.permissions.scopes.list # @see https://github.com/slack-ruby/slack-api-ref/blob/master/methods/apps.permissions.scopes/apps.permissions.scopes.list.json def apps_permissions_scopes_list(options = {}) post('apps.permissions.scopes.list', options) end end end end end end
Version data entries
8 entries across 8 versions & 1 rubygems