JustinCanton / Geo.NET

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

feat(exceptions): updating how exceptions are handled and removing unused interfaces #96

Closed JustinCanton closed 5 months ago

JustinCanton commented 5 months ago

BREAKING CHANGES: changed the exceptions returned from all services to GeoNETException instead of individual exceptions per API, as well as removed some now-deprecated interface types and implementations

closes #95