Implements ght Github Notification API: https://developer.github.com/v3/activity/notifications/
Implements ght Github Notification API: https://developer.github.com/v3/activity/notifications/
(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.
(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.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close