Open
Description
Describe the feature or improvement you are requesting
Hi team,
I’d like to suggest enhancing the documentation with a dedicated section on managing the client object, especially clarifying whether it is thread-safe and how it should be instantiated (e.g., singleton vs. transient).
Currently, all examples are in plain C#, but many developers—myself included—work with ASP.NET Core and would benefit from a concrete example that shows how to register and use the client via dependency injection.
A section like “Managing the Client Object in ASP.NET Core” could include:
- Thread-safety guidance
- Singleton registration via IServiceCollection
- Example usage in a controller or service
This would align well with common ASP.NET Core practices and help avoid misuse or performance issues.
Thanks for considering!
this request is related to #473
Additional context
No response