Module: Slack::Web::Api::Endpoints::Stars

Included in:
Slack::Web::Api::Endpoints
Defined in:
lib/slack/web/api/endpoints/stars.rb

Instance Method Summary collapse

Instance Method Details

#stars_list(options = {}) ⇒ Object

Lists stars for a user.

Parameters:

  • options (Hash) (defaults to: {})

    a customizable set of options

Options Hash (options):

  • :user (user)

    Show stars by this user. Defaults to the authed user.

See Also:



16
17
18
# File 'lib/slack/web/api/endpoints/stars.rb', line 16

def stars_list(options = {})
  post('stars.list', options)
end