JustinCanton / Geo.NET

A lightweight method for communicating with the multiple online geocoding APIs.
MIT License
13 stars 8 forks source link

1.2.0 Release (#47) #48

Closed JustinCanton closed 1 year ago

JustinCanton commented 1 year ago

Adding extra information into the data including the http status code response, and the uri that failed.

Updating exception handling to use an exception provider.

Creating a base Exception class that prints out the exception data on ToString.