antihax/goesi

API deprecations and version changes

Closed this issue · 4 comments

Hello,
As of this morning some api versions has changed, for example some of v4 has been deprecated.
Like public info for chars and corps, and assets.

old: https://esi.evetech.net/v4/characters/577234161
new: https://esi.evetech.net/v5/characters/577234161

Running swagger-esi-goclient locally fixes.
Can you please push an up to date version?

Thanks

Also the OAuth has been moved to different URL (the v2): https://login.eveonline.com/v2/oauth/authorize/

So the Auth flow has to be updated: https://docs.esi.evetech.net/docs/sso/web_based_sso_flow.html

Ah, my bad, there is authenticator V2.

🙏 please mention it in README

✅ Issue resolved with commit 2c37cda