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 c60b890 commit 5484ef0Copy full SHA for 5484ef0
lib/appwrite/client.rb
@@ -15,7 +15,9 @@ def initialize
15
'x-sdk-name'=> 'Ruby',
16
'x-sdk-platform'=> 'server',
17
'x-sdk-language'=> 'ruby',
18
- 'x-sdk-version'=> '13.0.0', 'X-Appwrite-Response-Format' => '1.6.0' }
+ 'x-sdk-version'=> '13.0.0',
19
+ 'x-appwrite-response-format' => '1.6.0'
20
+ }
21
@endpoint = 'https://cloud.appwrite.io/v1'
22
end
23
0 commit comments