Module: Slack::Web::Stars

Included in:
Slack::Web
Defined in:
lib/slack/web/stars.rb

Constant Summary collapse

SCOPE =
"stars"

Instance Method Summary collapse

Instance Method Details

#stars_list(params = {}) ⇒ Object

Lists stars for a user.



7
8
9
10
# File 'lib/slack/web/stars.rb', line 7

def stars_list(params={})
  response = @session.do_get "#{SCOPE}.list", params
  Slack::parse_response(response)
end