kevbite / CompaniesHouse.NET

A simple .NET client wrapper for CompaniesHouse API
MIT License
37 stars 44 forks source link

Ability to pull API Key from any location #192

Closed kevbite closed 1 year ago

kevbite commented 1 year ago

We need a way to allow the API Key to be pulled from any location, currently, it's just a static string when adding to the IoC container but would be better if we had some IApiKeyProvider with a StaticApiKeyProvider as the default.