Liking cljdoc? Tell your friends :D

clj-slack.reminders


addclj

(add connection text time)
(add connection text time optionals)

This method creates a reminder. Optional arguments are:

  • user: The user who will receive the reminder. If no user is specified, the reminder will go to user who created it.
This method creates a reminder.
Optional arguments are:
- user: The user who will receive the reminder. If no user is specified, the reminder will go to user who created it.
sourceraw docstring

completeclj

(complete connection reminder)

This method completes a reminder.

This method completes a reminder.
sourceraw docstring

deleteclj

(delete connection reminder)

This method deletes a reminder.

This method deletes a reminder.
sourceraw docstring

infoclj

(info connection reminder)

This method returns information about a reminder.

This method returns information about a reminder.
sourceraw docstring

listclj

(list connection)

This method lists all reminders created by or for a given user.

This method lists all reminders created by or for a given user.
sourceraw docstring

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

× close