Safe Haskell | None |
---|---|
Language | Haskell2010 |
GitHub.Endpoints.Activity.Notifications
Description
The repo watching API as described on https://developer.github.com/v3/activity/notifications/.
Synopsis
- getNotificationsR :: FetchCount -> Request 'RA (Vector Notification)
- markNotificationAsReadR :: Id Notification -> GenRequest ('MtUnit :: MediaType Type) 'RW ()
- markAllNotificationsAsReadR :: GenRequest ('MtUnit :: MediaType Type) 'RW ()
Documentation
getNotificationsR :: FetchCount -> Request 'RA (Vector Notification) Source #
markNotificationAsReadR :: Id Notification -> GenRequest ('MtUnit :: MediaType Type) 'RW () Source #