Skip to content

Commit

Permalink
fix: client headers
Browse files Browse the repository at this point in the history
  • Loading branch information
loks0n committed Oct 10, 2024
1 parent c60b890 commit 5484ef0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/appwrite/client.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ def initialize
'x-sdk-name'=> 'Ruby',
'x-sdk-platform'=> 'server',
'x-sdk-language'=> 'ruby',
'x-sdk-version'=> '13.0.0', 'X-Appwrite-Response-Format' => '1.6.0' }
'x-sdk-version'=> '13.0.0',
'x-appwrite-response-format' => '1.6.0'
}
@endpoint = 'https://cloud.appwrite.io/v1'
end

Expand Down

0 comments on commit 5484ef0

Please sign in to comment.