Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit8ae2126

Browse files
authored
Merge pull request#106 from appwrite/dev
feat: add updated docstrings
2 parents8c92970 +6770a33 commit8ae2126

File tree

13 files changed

+6223
-552
lines changed

13 files changed

+6223
-552
lines changed

‎appwrite/client.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ def __init__(self):
1414
self._endpoint='https://cloud.appwrite.io/v1'
1515
self._global_headers= {
1616
'content-type':'',
17-
'user-agent' :f'AppwritePythonSDK/9.0.2 ({platform.uname().system};{platform.uname().version};{platform.uname().machine})',
17+
'user-agent' :f'AppwritePythonSDK/9.0.3 ({platform.uname().system};{platform.uname().version};{platform.uname().machine})',
1818
'x-sdk-name':'Python',
1919
'x-sdk-platform':'server',
2020
'x-sdk-language':'python',
21-
'x-sdk-version':'9.0.2',
21+
'x-sdk-version':'9.0.3',
2222
'X-Appwrite-Response-Format' :'1.6.0',
2323
}
2424

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp