pinboard-0.9.7: Access to the Pinboard API

Copyright(c) Jon Schoning, 2015
Maintainerjonschoning@gmail.com
Stabilityexperimental
PortabilityPOSIX
Safe HaskellNone
LanguageHaskell2010

Pinboard.Types

Description

 

Synopsis

Documentation

type MonadPinboard m = (Functor m, Applicative m, Monad m, MonadIO m, MonadReader PinboardEnv m, MonadError PinboardError m) Source #

Typeclass alias for the return type of the API functions (keeps the signatures less verbose)

data PinboardRequest Source #

Constructors

PinboardRequest 

Fields