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 69b0a2c commit 33d1175Copy full SHA for 33d1175
templates/kotlin/src/main/kotlin/io/appwrite/Client.kt.twig
@@ -62,7 +62,7 @@ class Client @JvmOverloads constructor(
62
init {
63
headers = mutableMapOf(
64
"content-type" to "application/json",
65
- "user-agent" to "{{spec.title | caseUcfirst}}Kotlin/{{ sdk.version }} (${os.type()} ${os.version()}; ${os.arch()})",
+ "User-Agent" to "{{spec.title | caseUcfirst}}Kotlin/{{ sdk.version }} ",
66
"x-sdk-version" to "{{spec.title | caseDash}}:{{ language.name | caseLower }}:${BuildConfig.SDK_VERSION}"{% if spec.global.defaultHeaders | length > 0 %},{% endif %}
67
68
0 commit comments