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.BusServices.Services Class Reference

This classes simply gets all the bus services operated by Reading Buses, by interfacing with the "List Of Services" API. More...

Package Functions

async Task< List< BusService > > FindServices ()
 Finds all the services operated by Reading Buses. More...
 

Detailed Description

This classes simply gets all the bus services operated by Reading Buses, by interfacing with the "List Of Services" API.

Member Function Documentation

◆ FindServices()

async Task< List< BusService > > ReadingBusesAPI.BusServices.Services.FindServices ( )
package

Finds all the services operated by Reading Buses.

Exceptions
ReadingBusesApiExceptionThrown if an invalid or expired API Key is used.

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