hasadna / open-bus

:bus: Analysing Israel's public transport data
93 stars 27 forks source link

siri_rides/list functions' results seems to be not aligned with the parameters #361

Closed EyalBerger closed 2 years ago

EyalBerger commented 2 years ago

Hi, Maybe I am missing something, but isn't it weird there are multiple "route_id"s at the output, while we requested for a single "route_id" on the parameters section? it's same when we query with "get"

image

OriHoch commented 2 years ago

fixed

the argument name was wrong - it should have been siri_route_ids instead of route_ids

I opened an issue to have the API raise an exception in case of unknown argument - #362