nchaulet / node-geocoder

nodejs geocoding library
http://nchaulet.github.io/node-geocoder/
MIT License
928 stars 214 forks source link

Fix HERE geocoder endpoints for appCode authentication #305

Closed dhritzkiv closed 2 years ago

dhritzkiv commented 4 years ago

Fix HERE geocoder endpoints when using appId and appCode for authentication: The ls endpoint doesn't work for appCode authentication, and returns a 401: only the api / cit endpoints work.

Further, restore the use of the production option to choose production or CIT environment (only available for appCode authentication).

More information

dhritzkiv commented 4 years ago

I've updated the PR to remove the CIT endpoint, since it's going away at the end of the month (see bottom of https://here.intersolute.de/newsletter/release-notification-04-2020.html)

nchaulet commented 2 years ago

The library now only support apiKey for here geocoder