Exemplo n.º 1
0
 private static FreshdeskHttpClient InitHttpClient(FreshdeskConfig config)
 {
     return(new FreshdeskHttpClient(config));
 }
Exemplo n.º 2
0
 public FreshdeskClient(FreshdeskConfig config)
 {
     _httpClient = InitHttpClient(config);
     InitEndpoints(FreshdeskConfigInternal.FromConfig(config));
 }