Liking cljdoc? Tell your friends :D
Clojure only.

clj-slack.stars


addclj

(add connection optionals)

This method adds a star to an item on behalf of the authenticated user. One of file, file_comment, channel, or the combination of channel and timestamp must be specified. Optional arguments are:

  • file: file to add star to
  • file_comment: file comment to add star to
  • channel: channel to add star to, or channel where the message to add star to was posted (used with timestamp)
  • timestamp: used with channel, see above
This method adds a star to an item on behalf of the authenticated user.
One of file, file_comment, channel, or the combination of channel and timestamp must be specified.
Optional arguments are:
- file: file to add star to
- file_comment: file comment to add star to
- channel: channel to add star to, or channel where the message to add star to was posted (used with timestamp)
- timestamp: used with channel, see above
sourceraw docstring

listclj

(list connection)
(list connection optionals)

Lists stars for a user. Optional arguments are:

  • user: show stars by a user
  • count: number of items to return per page
  • page: page number of results to return
Lists stars for a user.
Optional arguments are:
- user: show stars by a user
- count: number of items to return per page
- page: page number of results to return
sourceraw docstring

removeclj

(remove connection optionals)

This method removes a star from an item on behalf of the authenticated user. One of file, file_comment, channel, or the combination of channel and timestamp must be specified. Optional arguments are:

  • file: file to remove star from
  • file_comment: file comment to remove star from
  • channel: channel to remove star from, or channel where the message to remove star from was posted (used with timestamp)
  • timestamp: used with channel, see above
This method removes a star from an item on behalf of the authenticated user.
One of file, file_comment, channel, or the combination of channel and timestamp must be specified.
Optional arguments are:
- file: file to remove star from
- file_comment: file comment to remove star from
- channel: channel to remove star from, or channel where the message to remove star from was posted (used with timestamp)
- timestamp: used with channel, see above
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close