5239c2f071ab818cd4ebb57a8b92b08e56fc74a8
Enhanced ReCClientHelpers.cs with a new utility method: - Added `BuildQueryFromObject<T>` to serialize objects into query strings. - Skips `null` properties and escapes names/values for safety. - Added `System.Collections` and `System.Reflection` namespaces to support reflection and collection operations. This improves HTTP request handling by enabling dynamic query string generation from object payloads.
Description
Languages
C#
100%