We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 812da36 commit 33f6dc6Copy full SHA for 33f6dc6
1 file changed
src/main/kotlin/com/ecwid/apiclient/v3/ApiClientHelper.kt
@@ -40,7 +40,7 @@ private val REQUEST_ID_CHARACTERS = ('a'..'z') + ('A'..'Z') + ('0'..'9')
40
41
class ApiClientHelper private constructor(
42
private val apiServerDomain: ApiServerDomain,
43
- private val credentials: ApiCredentials?,
+ private val credentials: ApiCredentials? = null,
44
private val loggingSettings: LoggingSettings,
45
val httpTransport: HttpTransport,
46
val jsonTransformer: JsonTransformer,
0 commit comments