ziptastic-client

A type-safe client for the Ziptastic API for doing forward and reverse geocoding.

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

LTS Haskell 10.10:0.3.0.3
Stackage Nightly 2017-12-24:0.3.0.3
Latest on Hackage:0.3.0.3

See all snapshots ziptastic-client appears in

BSD-3-Clause licensed by Elliot Cameron
Maintained by [email protected]
This version can be pinned in stack with:ziptastic-client-0.3.0.3@sha256:7afea280592630a8b2dbc40d1edf3a210c7210402e7baae2919132e4e3f8d835,1977

Module documentation for 0.3.0.3

ziptastic-client

Haskell Programming Language BSD3 License Hackage Build status Hackage-Deps

A convenient and type-safe client library 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.

Changes

Changelog

0.3.0.3

  • Allow servant and servant-client version 0.11.

0.3.0.2

  • Allow aeson version 1.2.

0.3.0.1

  • Improve documentation for region fields.
  • Support GHC 7.8.

0.3.0.0

  • Detect if a Manager supports TLS and switch between HTTP and HTTPS automatically.
  • Change LANGUAGE pragma formatting to support older GHCs.

0.2.0.0

  • For failures, provide full ServantError instead converting it to String.
  • Add version bounds.
  • Clean up documentation and meta information.
  • Add change log.

0.1.0.0

  • Initial release.