pinboard-0.9.4: Access to the Pinboard API

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

Pinboard.Util

Description

 

Synopsis

Documentation

paramsToByteString :: (Monoid m, IsString m) => [(m, m)] -> m Source

Conversion of a key value pair to a query parameterized string

toText :: Show a => a -> Text Source

Conversion from a Show constrained type to Text

toTextLower :: Show a => a -> Text Source

Conversion from a Show constrained type to lowercase Text

(</>) :: (Monoid m, IsString m) => m -> m -> m Source

Forward slash interspersion on Monoid and IsString constrained types

encodeParams :: [Param] -> ParamsBS Source

Retrieve and encode the optional parameters