Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
Documentation
data GetNotifications Source #
Instances
Default GetNotifications Source # | |
Defined in API.Gundeck |
getNotifications :: (HasCallStack, MakesValue user) => user -> GetNotifications -> App Response Source #
data GetNotification Source #
Instances
Default GetNotification Source # | |
Defined in API.Gundeck |
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 |
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 #