and I was trying to implement the IHttpClientFactory dependency injection, but when i was reading the documentation for it the example for typed clients at least just used the regular httpclient. are they the same thing or am i just using it wrong?
regarding typed and named clients, i thought what I had was leaning more towards a named client because i plan on having the post, put, and delete methods as well here