Liking cljdoc? Tell your friends :D
Clojure only.

clj-slack.search


allclj

(all connection query)
(all connection query optionals)

Searches for messages and files matching a query. Optional arguments are:

  • sort: return matches sorted by either score or timestamp
  • sort_dir: change sort direction
  • highlight: enable query highlight markers
  • count: number of items to return per page
  • page: page number of results to return
Searches for messages and files matching a query.
Optional arguments are:
- sort: return matches sorted by either score or timestamp
- sort_dir: change sort direction
- highlight: enable query highlight markers
- count: number of items to return per page
- page: page number of results to return
sourceraw docstring

filesclj

(files connection query)
(files connection query optionals)

Searches for files matching a query. Optional arguments are:

  • sort: return matches sorted by either score or timestamp
  • sort_dir: change sort direction
  • highlight: enable query highlight markers
  • count: number of items to return per page
  • page: page number of results to return
Searches for files matching a query.
Optional arguments are:
- sort: return matches sorted by either score or timestamp
- sort_dir: change sort direction
- highlight: enable query highlight markers
- count: number of items to return per page
- page: page number of results to return
sourceraw docstring

messagesclj

(messages connection query)
(messages connection query optionals)

Searches for messages matching a query. Optional arguments are:

  • sort: return matches sorted by either score or timestamp
  • sort_dir: change sort direction
  • highlight: enable query highlight markers
  • count: number of items to return per page
  • page: page number of results to return
Searches for messages matching a query.
Optional arguments are:
- sort: return matches sorted by either score or timestamp
- sort_dir: change sort direction
- highlight: enable query highlight markers
- count: number of items to return per page
- page: page number of results to return
sourceraw docstring

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

× close