Being able to use multiple BL tokens with DI each with it's own rate limiter configuration... I think the best way to solve this would be introducing BaseLinkerApiClientFactory class that allows that. Injecting just IBaseLinkerApiClient will still be okay if you just need to use 1 token.
If you're interested in being able to use multiple tokens in an app that uses DI give this issue a thumbs up
Being able to use multiple BL tokens with DI each with it's own rate limiter configuration... I think the best way to solve this would be introducing
BaseLinkerApiClientFactoryclass that allows that. Injecting just IBaseLinkerApiClient will still be okay if you just need to use 1 token.If you're interested in being able to use multiple tokens in an app that uses DI give this issue a thumbs up