chadly / Geocoding.net

C# GeoCoding / Address Validation API
MIT License
443 stars 155 forks source link

The HERE API now only supports API Keys and OAuth 2.0 Tokens, App Code Credentials are no longer being supported for new account.. #129

Open robdob opened 4 years ago

robdob commented 4 years ago

The HERE API now only supports API Keys and OAuth 2.0 Tokens, App Code Credentials are no longer being supported for new accounts. Does this Geocoding.net support the new Authentication as I have created a new account ay developer.here.com and it is no longer giving out APP Code credentials in other use with the Geocoding.net,

Here is some more information from their website about it.. https://developer.here.com/blog/announcing-two-new-authentication-types

Thanks so much in advance..

chadly commented 4 years ago

:man_shrugging: if you want to take a stab at implementing API keys for it, I'll review the PR

RodneyRichardson commented 3 years ago

I've implemented apiKey for the latest HERE API (Geocoding and Search API v7 - https://github.com/chadly/Geocoding.net/pull/142). I couldn't get a newly issued API Key to work with the old API.