Closed VictorioBerra closed 5 years ago
Looks like adding my own IAlphaVantageService
is the best option?
Yes, implementing your own AlphaVantageService is the best. Bit of a pain though that BuildUrl() lives in AlphaVantageService. I might look at moving that somewhere more re-usable.
That would be very helpful if possible
I want to use outgoing middleware
It would be nice to be able to provide my own HttpClient and attach my own middleware.