pinboard-0.6.2.1: Access to the Pinboard API

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

Pinboard.Client

Contents

Description

 

Synopsis

Config

fromApiToken :: String -> PinboardConfig Source

Create a default PinboardConfig using the supplied apiToken

The PinboardConfig provides authentication via apiToken

Monadic

runPinboard :: PinboardConfig -> Pinboard a -> IO (Either PinboardError a) Source

Execute computations in the Pinboard monad

pinboardJson :: FromJSON a => PinboardRequest -> Pinboard a Source

Create a Pinboard value from a PinboardRequest w/ json deserialization

Single

Sending

Connections

JSON Streams

Status Codes

Error Helpers

Client Dependencies