athuler / PassioGo

An unofficial API for the Passio Go transportation system
https://pypi.org/project/PassioGo/
MIT License
3 stars 1 forks source link

Documentation Typing #24

Open dmv1167 opened 2 days ago

dmv1167 commented 2 days ago

Route myid is currently listed as an integer in the API reference, when it is really a string in the code. Will update if others are found

dmv1167 commented 1 day ago

28 I tried to align the typing of fields with those that you've described.

The API reference for Stop lists routeId and Route fields, but I believe we have decided against that.

Vehicle.system is described as "Type of the vehicle" in the API reference.