Implement AuthService and ApiClient core logic
This commit is contained in:
@@ -3,7 +3,7 @@ using System.Net.Http;
|
||||
|
||||
namespace Chtn.CSharp.SDK.Core
|
||||
{
|
||||
public static class HttpClientFactory
|
||||
public static class HttpClientFactory
|
||||
{
|
||||
public static HttpClient CreateClient(bool isCdn = false)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user