Skip to content

Releases: jfoot/Reading-Buses-API

Security Update

28 Jul 17:41
Compare
Choose a tag to compare
  • Updated system.text.json to latest version.
  • Added support for Oxford Bus Company and Carousel Buses.

Supporting the new Reading Buses API

30 Jul 23:30
dec326f
Compare
Choose a tag to compare
  • 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

Added .net Standard Support

09 Jun 11:40
Compare
Choose a tag to compare
  • Added support for .net Standard so the library can be used in more places than ever.
  • Added a get all services by company.
  • Adjusted some of the name spaces name to enforce naming conventions.

To get the latest release please head to the Nuget store

Lots of changes!

08 Jun 21:30
130178a
Compare
Choose a tag to compare
  • Added Support for the Timetable Journeys API.
  • Added Support for the Tracking History API.
  • Added Support for the Vehicle Position History API.
  • Added Support for the Timetabled Journeys API.
  • Added Support for the Live Vehicle Position API.
  • Added Support for multiple different operator types.
  • Added proper Exception Handling and improved information provided about the cause of the error.
  • Deprecated printing functions
  • Improved Asynchronous Activities for better performance
  • Added in unit tests for improved quality.
  • Created new documentation and updated examples
  • Fixed bug caused when two services had the same ID from different operators.
  • Implemented namespaces for better separation of classes.
  • General code clean up for ease of use and performance.

Initial Public Release

11 Jan 15:54
Compare
Choose a tag to compare

A C# Library for the Reading Buses API (http://rtl2.ods-live.co.uk/cms/apiservice), available to use in your C# console, WPF or Win Form Applications.

Supports : List of Bus Stops, Live Vehicle Positions, Stop Predictions, List of Services and Line Patterns API.

Nuget Download here