Module: Slack::Endpoint::Stars

Included in:
Slack::Endpoint
Defined in:
lib/slack/endpoint/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:



14
15
16
# File 'lib/slack/endpoint/stars.rb', line 14

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