JustinCanton / Geo.NET

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

feat(configuration): updating to allow services to pass a key when sending requests and changing how option information is configured and stored #98

Closed JustinCanton closed 5 months ago

JustinCanton commented 5 months ago

BREAKING CHANGE: removed all key container types in favour of using IOptions<T>, changed how configuration is done for options during service configuration, changed the namespace of multiple classes/extension methods, changed the name of the extension methods to add the geocoding services

Closes #80