EVEInsight / Insight

Discord bot providing PvP activity tracking, intel, and utilities for the game EVE Online.
GNU General Public License v3.0
31 stars 21 forks source link

Swagger URL Change #16

Closed Shadow41190 closed 5 years ago

Shadow41190 commented 5 years ago

Hello, during installation, I ran into an issue where it was not pulling from the swagger URL. Come to find out it was missing a peace or had changed, by putting the new URL in fixed the issues.

docker run --rm -v ${PWD}:/local swaggerapi/swagger-codegen-cli generate -i "https://esi.tech.ccp.is/_latest/swagger.json" -l python -o /local/python-client

NEW URL: https://esi.evetech.net/latest/swagger.json?datasource=tranquility

Nathan-LS commented 5 years ago

Updated the wiki documentation to reflect the URL change. Source installation no longer requires Docker to generate the swagger-client so that has been updated as well. Thanks!