-
Notifications
You must be signed in to change notification settings - Fork 14
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
endpoint not working - gtfs_ride_stops/list?gtfs_ride_ids=<id> #26
Comments
@NoamGaash This results in a heavy query on the DB, I suggest to always add gtfs date ranges to your your queries, then it will return very fast: |
@NoamGaash just as thinking of ideas for small donations, do you think it would be helpful to add a limit in the API for that (fail immediately when not enough filters are supplied?) |
That's a great idea. It should be implemented to return error |
Hey, I want to take and work on this little issue. |
@ohaval great, thanks! |
@ohaval you can contact me on hasadna slack if you want guidance / help with this task |
fixed in #42 |
Thanks, but seems like we're now having a frontend problem: Did #42 changed this api? |
@NoamGaash @ohaval fixed to allow requests for a specific gtfs ride id |
the endpoint -
https://open-bus-stride-api.hasadna.org.il/gtfs_ride_stops/list?gtfs_ride_ids=42934600
keeps the client side hanging without a response.
removing the
gtfs_ride_ids
field works just fineThe text was updated successfully, but these errors were encountered: