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 14ae834 commit 69a9851Copy full SHA for 69a9851
lib/appwrite/client.rb
@@ -21,7 +21,7 @@ def initialize()
21
'content-type' => '',
22
'user-agent' => RUBY_PLATFORM + ':ruby-' + RUBY_VERSION,
23
'x-sdk-version' => 'appwrite:ruby:2.4.1',
24
- 'X-Appwrite-Response-Format' => '0.10.0'
+ 'X-Appwrite-Response-Format' => '0.11.0'
25
}
26
@endpoint = 'https://appwrite.io/v1';
27
end
0 commit comments