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.
|
This classes simply gets all the buses stops visited by Reading Buses, by interfacing with the "List Of Bus Stops" API. More...
Package Functions | |
async Task< Dictionary< string, BusStop > > | FindLocations () |
Finds all the bus stops visited by Reading Buses. More... | |
This classes simply gets all the buses stops visited by Reading Buses, by interfacing with the "List Of Bus Stops" API.
|
package |
Finds all the bus stops visited by Reading Buses.
InvalidOperationException | Thrown if an invalid or expired API Key is used. |