We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97c3c2d commit a5055abCopy full SHA for a5055ab
src/shortcircuit/model/esi/esi.py
@@ -26,7 +26,7 @@ class ESI:
26
ENDPOINT_ESI_UNIVERSE_NAMES = 'https://esi.evetech.net/latest/universe/names/'
27
ENDPOINT_ESI_UI_WAYPOINT = 'https://esi.evetech.net/latest/ui/autopilot/waypoint/'
28
29
- ENDPOINT_EVE_AUTH_FORMAT = 'https://login.eveonline.com/oauth/authorize' \
+ ENDPOINT_EVE_AUTH_FORMAT = 'https://login.eveonline.com/v2/oauth/authorize' \
30
'?response_type=token&redirect_uri={}&client_id={}&scope={}&state={}'
31
CLIENT_CALLBACK = 'http://127.0.0.1:7444/callback/'
32
CLIENT_ID = 'd802bba44b7c4f6cbfa2944b0e5ea83f'
0 commit comments