eve-swagger-js
eve-swagger-js copied to clipboard
solarSystems(id).info() fails due to incorrect URL
https://esi.evetech.net/v2/universe/systems/30000001/: {"error":"Not found"}: cannot GET /v2/universe/systems/30000001/?datasource=tranquility&language=en-us (404)
This is because of the v2
in the URL. Changing it to latest
fixes the issue.