Sha256: 09b0530b49df1bd405110245ab7edc10f10f1024eaae656f38b3bcc3fc9aad27
Contents?: true
Size: 706 Bytes
Versions: 3
Compression:
Stored size: 706 Bytes
Contents
# This file was auto-generated by lib/slack/web/api/tasks/generate.rake module Slack module Web module Api module Endpoints module Stars # # Lists stars for a user. # # @option options [user] :user # Show stars by this user. Defaults to the authed user. # @see https://api.slack.com/methods/stars.list # @see https://github.com/slackhq/slack-api-docs/blob/master/methods/stars.list.md # @see https://github.com/slackhq/slack-api-docs/blob/master/methods/stars.list.json def stars_list(options = {}) post('stars.list', options) end end end end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
slack-ruby-client-0.2.1 | lib/slack/web/api/endpoints/stars.rb |
slack-ruby-client-0.2.0 | lib/slack/web/api/endpoints/stars.rb |
slack-ruby-client-0.1.0 | lib/slack/web/api/endpoints/stars.rb |