pushbullet-0.0.0: src/Network/Pushbullet/Internal.hs
module Network.Pushbullet.Internal
(
PushSecret (..)
) where
import Network.Wreq
newtype PushSecret = PushSecret {
unPushSecret :: Auth
} deriving (Eq, Show)
module Network.Pushbullet.Internal
(
PushSecret (..)
) where
import Network.Wreq
newtype PushSecret = PushSecret {
unPushSecret :: Auth
} deriving (Eq, Show)