Description
A thin wrapper for the Hyperpublic API.
Description
A thin wrapper for the Hyperpublic API, which uses http-enumerator
to fetch results and aeson
to return them as JSON.
README.md
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.