HerePy Versions Save

A library that provides a Python interface to the HERE location APIs.

3.5.1

3 years ago
  • Fixes for Conda release, create internal polling

3.5.0

3 years ago
  • Start using Matrix Routing API v8
  • Support of Routing API v8
  • Fixes on EV Charging Stations API

3.4.0

3 years ago
  • Introduce MapImageApi client

3.3.0

3 years ago
  • MapTileAPI
  • VectorTileAPI

clients added

3.2.1

3 years ago
  • Changes on PlaceApi (support limit parameter on all endpoints)

3.2.0

3 years ago
  • Introduce IsolineRoutingApi

3.1.0

3 years ago
  • Introduce TrafficApi
  • Python 3.9 support
  • Fix for exception handlers on
    • FleetTelematicsApi
    • GeocoderReverseApi
    • PlacesApi

3.0.2

3 years ago
  • Fix error handling for new unauthorized responses @eifinger

3.0.1

3 years ago
  • Add language support to Geocoder and Geocoder Autocomplete APIs

3.0.0

3 years ago

With this release some APIs updated to new endpoints

  • GeocoderAPI
  • GeocoderAutoCompleteAPI
  • PlacesAPI
  • ReverseGeocoderAPI

I try to keep interfaces same as much as possible, but some functions and response models removed completely as new endpoints don't support anymore.

Deleted response models:

  • herepy.PlacesSuggestionsResponse
  • herepy.PlaceCategoriesResponse

Main JSON nodes also changed in response models.