We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfe1453 commit eb85bcfCopy full SHA for eb85bcf
src/Tinify/Client.cs
@@ -32,6 +32,11 @@ internal sealed class ErrorData
32
33
private readonly HttpClient _client;
34
35
+ public Client(string key, string appIdentifier)
36
+ : this(key, appIdentifier, (string)null)
37
+ {
38
+ }
39
+
40
public Client(string key, string appIdentifier = null, string proxy = null)
41
{
42
var handler = new HttpClientHandler();
0 commit comments