Skip to content

Supporting the new Reading Buses API

Choose a tag to compare

@jfoot jfoot released this 30 Jul 23:30
· 4 commits to master since this release
dec326f
  • Updated to support the new Reading Buses API!
  • Replacing Newtonsoft.JSON library with the system.text.json library.
  • Improved what is cached to include historical GPS data, historical journey information and historical timetables, as this data will never change.
  • Added support for "Live Journey Details" API feed.
  • Removed Courtney Buses for Thames Valley Buses
  • Can now query by direction of stops in the line pattern API, such as outbound or inbound.
  • ArchivedBusTimetable has loosely become HistoricalJourney
  • BusTimetable has loosely become Journey
  • ArchivedPosition has loosely become VehiclePosition
  • LivePosition has loosely become LiveVehiclePosition