opentripplanner / OpenTripPlanner

An open source multi-modal trip planner
http://www.opentripplanner.org
Other
2.21k stars 1.03k forks source link

Transit Index API #1509

Closed abyrd closed 4 years ago

abyrd commented 10 years ago

This API is half-finished and needs to be expanded.

abyrd commented 10 years ago

The lack of certain index API endpoints is holding back OTP client development and confusing a lot of people. It would be best to get at least minimal implementations in place and adapt the main client to use them.

barbeau commented 10 years ago

+1 - We've started stubbing out a few items ourselves since its blocking some of our client when using the OTP master branch backend (though unfortunately I don't think we have anything significant to contribute yet), but it would be great to see this officially fleshed out.

aguiraf commented 9 years ago

Tried a first implementation, just for avoiding errors and also useful for testing the new API features. some notes:

Old api was tighten up to the web widgets, providing buckets of info needed each time. Indeed I prefer the new RESTFull approach, general purpose, more standard; We should work on both sides (web client and server API) to fulfill all features needed, but pheraps modifications to the API will wait for the major GTFS rework. @abyrd, what do you think?

steveathon commented 7 years ago

Is anyone actively working on the index API at the moment?

abyrd commented 4 years ago

This API is now widely used and definitely "expanded". If anything it has too many unmaintained or experimental endpoints. Closing this issue.