You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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
andhttp://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.The text was updated successfully, but these errors were encountered: