Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

/universe/ids/ returning incorrectly #850

Closed
fuzzysteve opened this issue Apr 18, 2018 · 3 comments
Closed

/universe/ids/ returning incorrectly #850

fuzzysteve opened this issue Apr 18, 2018 · 3 comments
Labels
bug duplicate Issue is similar to an already existing one. esi-universe

Comments

@fuzzysteve
Copy link

Bug

ESI endpoint /universe/id for request body [“Jita”] does not return system id. It only returns an alliance including “Jita” in its name.

Request

curl -X POST "https://esi.tech.ccp.is/latest/universe/ids/" -H "accept: application/json" -H "Content-Type: application/json" -d "[ "Jita"]"

Response

{ "alliances": [ { "id": 99005382, "name": "Jita Holding Inc." } ] }

Expected

{ "solarsystems": [ { "id": 30000142, "name": "Jita" } ] }

@DaneelTrevize
Copy link

DaneelTrevize commented Apr 18, 2018

Probably highly related to/a dupe of #806

@ccp-zoetrope
Copy link
Contributor

@DaneelTrevize is definitely correct that this definitely has to do with #806

@ccp-zoetrope
Copy link
Contributor

Closing as duplicate of #806

@ccp-zoetrope ccp-zoetrope added the duplicate Issue is similar to an already existing one. label Aug 3, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug duplicate Issue is similar to an already existing one. esi-universe
Projects
None yet
Development

No branches or pull requests

4 participants