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.
ReadingBusesAPI.JourneyDetails.LiveJourneyDetailsApi Class Reference

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...
 

Detailed Description

Contains the logic to call upon the Live Journey Details API.

Member Function Documentation

◆ GetLiveJourney()

static async Task< HistoricJourney[]> ReadingBusesAPI.JourneyDetails.LiveJourneyDetailsApi.GetLiveJourney ( BusService  service,
string  vehicle 
)
staticpackage

Calls upon the live journey api, all parameters are optional, null if unknown.

Parameters
serviceThe bus service to filter by.
vehicleThe vehicle id to filter by.
Returns

The documentation for this class was generated from the following file: