| Safe Haskell | None |
|---|---|
| Language | GHC2021 |
API.Gundeck
Documentation
data GetNotifications Source #
Instances
| Default GetNotifications Source # | |
Defined in API.Gundeck Methods | |
getNotifications :: (HasCallStack, MakesValue user) => user -> GetNotifications -> App Response Source #
data GetNotification Source #
Constructors
| GetNotification | |
Instances
| Default GetNotification Source # | |
Defined in API.Gundeck Methods | |
getNotification :: (HasCallStack, MakesValue user, MakesValue nid) => user -> GetNotification -> nid -> App Response Source #
getLastNotification :: (HasCallStack, MakesValue user) => user -> GetNotification -> App Response Source #
data GeneratePushToken Source #
Instances
| Default GeneratePushToken Source # | |
Defined in API.Gundeck Methods | |
generateAndPostPushToken :: (HasCallStack, MakesValue user, MakesValue client) => user -> client -> GeneratePushToken -> App Response Source #
postPushToken :: (HasCallStack, MakesValue token, MakesValue user) => user -> token -> App Response Source #
listPushTokens :: MakesValue user => user -> App Response Source #
unregisterClient :: (MakesValue user, MakesValue client) => user -> client -> App Response Source #
getServerTime :: MakesValue user => user -> App Response Source #