pinboard-0.5: 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, Json

runPinboardJson :: FromJSON a => PinboardConfig -> Pinboard a -> IO (Either PinboardError a) Source

Execute computations from Pinboard.Api w/ json deserialization

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