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.
|
Classes | |
class | ErrorFormat |
Represents an error message object returned by all JSON feeds of the API. More... | |
class | ErrorManager |
Responsible for extracting and producing an error message from an API result. To the end user. More... | |
class | ReadingBusesApiException |
Stores the basic/base type of Exception which can be thrown by the API. More... | |
class | ReadingBusesApiExceptionBadQuery |
An exception type which is used when the API returns back an error message. Most likely due to an invalid request such as asking for data that does not exist. More... | |
class | ReadingBusesApiExceptionCritical |
An exception type which is thrown when the cause of the error is unknown. More... | |
class | ReadingBusesApiExceptionMalformedQuery |
An exception type which is used when the user asks to make a invalid API call This is would be thrown during checks done before even directly calling upon the web API. For example if you have not filtered by at least one property when required too. More... | |