ziptastic-client

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

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

Version on this page:0.3.0.1
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.1@sha256:b2221adfcd340ee6b3c2d58f6f5b1b75c133b9f51edeb2fa3c9b16c9e79d70da,1968

Module documentation for 0.3.0.1

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.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.