f96ad1ac7e3cde8ad3ea00808a7527e2397ead96
Introduce the `ReCClientOptions` class in the new `ReC.Client` namespace. This class includes the `LogSuccessfulRequests` property, which allows users to enable or disable logging for successful API requests via the injected `ILogger`. Failed requests are unaffected and will always throw `ReCApiException`. The property defaults to `true`. XML documentation is included to describe the class and its behavior.
Description
Languages
C#
100%