![]() |
Reading Buses API V3.0.0
A C#, .net Standard Library for the Reading Buses Open Data API (https://reading-opendata.r2p.com/), available to use in your C# console, WPF, UWP or Win Form Applications.
|
Contains the logic to call upon the Live Journey Details API. More...
Static Package Functions | |
static async Task< HistoricJourney[]> | GetLiveJourney (BusService service, string vehicle) |
Calls upon the live journey api, all parameters are optional, null if unknown. More... | |
Contains the logic to call upon the Live Journey Details API.
|
staticpackage |
Calls upon the live journey api, all parameters are optional, null if unknown.
service | The bus service to filter by. |
vehicle | The vehicle id to filter by. |