hyperpublic

A thin wrapper for the Hyperpublic API, which uses http-enumerator to fetch results and aeson to return them as JSON.


Keywords
public-domain, web, Propose Tags, Skip to Readme, Index, Web.Hyperpublic, Web.Hyperpublic.Categories, Web.Hyperpublic.Offers, Web.Hyperpublic.Places, hyperpublic-0.1.1.tar.gz, browse, Package description, Package maintainers, MichaelCraig, edit package information , Hyperpublic, Hackage page
License
Other
Install
cabal install hyperpublic-0.1.1

Documentation

A thin Haskell wrapper for the Hyperpublic API. See the Hackage page for library documentation and examples.

A Note on Version Numbers

This package adheres to the following convention regarding version numbers:

x.y.z
  • x -- Major digit, denotes structural changes to the library's exposed modules. Application code will probably require updates.
  • y -- Minor digit, denotes feature additions. Application code will not require updates.
  • z -- Bugfix digit, denotes bug fixes. Application code will not require updates.