The latest version of pinboard is 0.10.3.0-0.

pinboard

Version 0.8.7 revision 0 uploaded by jonschoning.

Package meta

Synopsis
Access to the Pinboard API
Description

The Pinboard API is a way to interact programatically with your bookmarks, notes and other Pinboard data. This library wraps the API exposing functions and data structures suitable for usage in Haskell programs.

Example:

import Pinboard

main :: IO ()
main = do
  let config = fromApiToken "api token"
  result <- runPinboard config $ getPostsRecent Nothing Nothing
  case result of
    Right details -> print details
    Left pinboardError -> print pinboardError
Author
Jon Schoning
Bug reports
https://github.com/jonschoning/pinboard/issues
Category
Network APIs
Copyright
Copyright (c) 2015 Jon Schoning
Homepage
https://github.com/jonschoning/pinboard
Maintainer
jonschoning@gmail.com
Package URL
n/a
Stability
n/a

Components