Packages

This is a Slack API client for Elixir applications.

Current section

Files

Jump to
xlack priv slack docs stars.list.json
Raw

priv/slack/docs/stars.list.json

{
"desc": "Lists stars for a user.",
"args": {
"user": {
"type" : "user",
"required" : false,
"desc" : "Show stars by this user. Defaults to the authed user."
}
},
"has_paging" : true,
"default_count" : 100,
"errors": {
"user_not_found" : "Value passed for `user` was invalid"
}
}