Releases: jfoot/Reading-Buses-API
Releases · jfoot/Reading-Buses-API
Security Update
Supporting the new Reading Buses API
- 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
- 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!
- 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
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.