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 eb85bcf commit fe7c596Copy full SHA for fe7c596
src/Tinify/Client.cs
@@ -32,7 +32,7 @@ internal sealed class ErrorData
32
33
private readonly HttpClient _client;
34
35
- public Client(string key, string appIdentifier)
+ public Client(string key, string appIdentifier = null)
36
: this(key, appIdentifier, (string)null)
37
{
38
}
0 commit comments