hyperpublic: A thin wrapper for the Hyperpublic API

[ library, public-domain, web ] [ Propose Tags ]

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


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.0.0, 0.1.0, 0.1.1
Dependencies aeson (>=0.3.2.12 && <0.4), attoparsec (>=0.9.1.2 && <0.9.99), base (>=4.0 && <5.0), bytestring (>=0.9.2.0 && <0.9.99), http-enumerator (>=0.7.1.3 && <0.8), http-types (>=0.6.5.1 && <0.7) [details]
License LicenseRef-PublicDomain
Author Mike S. Craig
Maintainer mkscrg@gmail.com
Category Web
Home page https://github.com/mkscrg/hyperpublic-haskell
Bug tracker https://github.com/mkscrg/hyperpublic-haskell/issues
Source repo head: git clone git://github.com/mkscrg/hyperpublic-haskell.git
this: git clone git://github.com/mkscrg/hyperpublic-haskell.git(tag 0.0.0)
Uploaded by MichaelCraig at 2011-10-27T15:14:05Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 2239 total (7 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]

Readme for hyperpublic-0.1.1

[back to package description]

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.