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.BusStops.Locations Class Reference

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

Detailed Description

This classes simply gets all the buses stops visited by Reading Buses, by interfacing with the "List Of Bus Stops" API.

Member Function Documentation

◆ FindLocations()

async Task< Dictionary< string, BusStop > > ReadingBusesAPI.BusStops.Locations.FindLocations ( )
package

Finds all the bus stops visited by Reading Buses.

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

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