David Robinson
David Robinson
Send the following request: http://api.pugetsound.onebusaway.org/api/where/stops-for-location.xml?key=TEST&lat=47.653435&lon=-122.305641&radius=FOOBAR See the result that will likely break most clients: ` fieldErrors radius Invalid field value for field "radius". ` Same things happens for other numeric...
If you look at the output to **schedule-for-stop**, the _scheduleStopTime_ includes a _tripId_ but there are no _trips_ in the _references_.
The ArrivalAndDeparture API docs is missing the fields: status vehicleId lastUpdateTime Doc page: http://developer.onebusaway.org/modules/onebusaway-application-modules/current/api/where/elements/arrival-and-departure.html
The Connected Service code generator does not place a `[GeneratedCode]` attribute on each enum. Generate code from a model that has an enum. ``` ``` Run code generation and get:...