tghamm / Anthropic.SDK

An unofficial C#/.NET SDK for accessing the Anthropic Claude API
https://www.nuget.org/packages/Anthropic.SDK
MIT License
55 stars 10 forks source link

[Feature Suggestion] Switch from IHttpClientFactory to accepting an HttpClient #21

Closed tghamm closed 4 months ago

tghamm commented 4 months ago

Switch from IHttpClientFactory to accepting an HttpClient. It drops a dependency and I notice it's how a decent number of other libraries have approached it. Thoughts?