kontent-ai / delivery-sdk-net

Kontent.ai Delivery .NET SDK
https://www.nuget.org/packages/Kontent.Ai.Delivery
MIT License
32 stars 41 forks source link

Use the public class/keyword instead of internal to allow customized HttpClient #393

Closed ddo72 closed 1 month ago

ddo72 commented 1 month ago

Motivation

Customers want to use a customize httpClient (with proxy) when creating a managementCient.

Proposed solution

Replace internal by public for the following classes:

ddo72 commented 1 month ago

This request is moved to https://github.com/kontent-ai/management-sdk-net/issues/270