Liking cljdoc? Tell your friends :D

tentacles.notifications

Implements ght Github Notification API: https://developer.github.com/v3/activity/notifications/

Implements ght Github Notification API: https://developer.github.com/v3/activity/notifications/
raw docstring

my-notificationsclj

(my-notifications & [options])

List all notifications for the current user, grouped by repository. Options are: all -- show notifications marked as read. Defaults to false. participating -- shows notifications in which the user is directly participating or mentioned. Defaults to false. since -- string ISO 8601 timestamp.

List all notifications for the current user, grouped by repository.
Options are:
all            -- show notifications marked as read. Defaults to false.
participating  -- shows notifications in which the user is directly participating or mentioned. Defaults to false.
since          -- string ISO 8601 timestamp.
sourceraw docstring

repo-notificationsclj

(repo-notifications user repo & [options])

List all notifications for the current user and repository. Options are: all -- show notifications marked as read. Defaults to false. participating -- show notifications in which the user is directly participating or mentioned. Defaults to false. since -- string ISO 8601 timestamp.

List all notifications for the current user and repository.
Options are:
 all            -- show notifications marked as read. Defaults to false.
 participating  -- show notifications in which the user is directly participating or mentioned. Defaults to false.
 since          -- string ISO 8601 timestamp.
sourceraw docstring

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

× close