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

Allow search of multiple stations in the eddb/stations endpoint #2

Open
corenting opened this issue Sep 23, 2017 · 1 comment
Open

Comments

@corenting
Copy link

The name query parameter of the eddb/stations endpoint allows only one name. Maybe it could be replaced by a comma separated list, to allow users to get informations about multiple stations at once.

For example, at the moment, to get informations about the Galileo and the Columbus stations, we need to make 2 requests :
http://elitebgs.kodeblox.com/api/eddb/v1/stations?name=Columbus and
http://elitebgs.kodeblox.com/api/eddb/v1/stations?name=Galileo
And what I was looking for was something like http://elitebgs.kodeblox.com/api/eddb/v1/stations?name=Columbus,Galileo to get all the informations in one request.

@SayakMukhopadhyay
Copy link
Member

This is surely possible and to some extent feasible. But I am currently working on the front end. This might take a while to get resolved. I will keep it open in the meantime and come back to it when my hands are a bit free.

@SayakMukhopadhyay SayakMukhopadhyay transferred this issue from Elite-Kode/elitebgs Nov 22, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants