c0c0650feec31d5185a7fe28adf538603b1c3677
Updated ReCClient to use IHttpClientFactory for improved resource management and testability. Added package references for `Microsoft.Extensions.Http`, `System.Net.Http`, and `System.Text.Json` to support HTTP client functionality and JSON serialization. Included `System.Xml.Linq` for potential XML-related operations. Updated constructor logic to create `HttpClient` instances via the factory pattern.
Description
Languages
C#
100%