ziptastic-core

Core Servant specification for the Ziptastic API for doing forward and reverse geocoding.

https://github.com/Ziptastic/ziptastic-haskell#readme

Version on this page:0.2.0.1
LTS Haskell 10.10:0.2.0.3
Stackage Nightly 2017-12-24:0.2.0.3
Latest on Hackage:0.2.0.3

See all snapshots ziptastic-core appears in

BSD-3-Clause licensed by Elliot Cameron
Maintained by [email protected]
This version can be pinned in stack with:ziptastic-core-0.2.0.1@sha256:fb226a265e5ec99e7828de3d64b45b7755ca3f8838e500d8ae0fc2824aa94da7,2194

Module documentation for 0.2.0.1

ziptastic-core

Haskell Programming Language BSD3 License Hackage Build status Hackage-Deps

Core Servant specification for the Ziptastic API providing forward and reverse geocoding via country, zip code (postal code), latitude, and longitude.

This package is maintained by Grafted-In.

If you want to use the Ziptastic API in your application, try the ziptastic-client package.

Changes

Changelog

0.2.0.1

  • Support GHC 7.8.

0.2.0.0

  • Don’t export scheme and port for base URL since Ziptastic supports both HTTP and HTTPS.
  • Change LANGUAGE pragma formatting to support older GHCs.

0.1.0.1

  • Add version bounds.
  • Clean up documentation and meta information.
  • Add change log.

0.1.0.0

  • Initial release.