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 90fd4ae commit 687a874Copy full SHA for 687a874
lib/appwrite/client.rb
@@ -13,7 +13,7 @@ def initialize
13
@headers = {
14
'user-agent' => RUBY_PLATFORM + ':ruby-' + RUBY_VERSION,
15
'x-sdk-version' => 'appwrite:ruby:5.0.0',
16
- 'X-Appwrite-Response-Format' => '0.13.0'
+ 'X-Appwrite-Response-Format' => '0.14.0'
17
}
18
@endpoint = 'https://HOSTNAME/v1'
19
end
0 commit comments