kontent-ai / delivery-sdk-net

Kontent.ai Delivery .NET SDK

Home Page:https://www.nuget.org/packages/Kontent.Ai.Delivery

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

ddo72 opened this issue · comments

Motivation

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

Proposed solution

Replace internal by public for the following classes:

  • ActionInvoker
  • EndpointUrlBuilder
  • ManagementHttpClient
  • MessageCreator
  • ModelProvider

This request is moved to
kontent-ai/management-sdk-net#270