Module: Slack::Endpoint::Stars
- Included in:
- Slack::Endpoint
- Defined in:
- lib/slack/endpoint/stars.rb
Instance Method Summary collapse
-
#stars_list(options = {}) ⇒ Object
Lists stars for a user.
Instance Method Details
#stars_list(options = {}) ⇒ Object
Lists stars for a user.
14 15 16 |
# File 'lib/slack/endpoint/stars.rb', line 14 def stars_list(={}) post("stars.list", ) end |