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

feat: add types to parameters#103

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
christyjacob4 merged 2 commits intomainfromdev
Mar 10, 2025
Merged

feat: add types to parameters#103

christyjacob4 merged 2 commits intomainfromdev
Mar 10, 2025

Conversation

christyjacob4
Copy link
Member

@christyjacob4christyjacob4 commentedMar 10, 2025
edited by stnguyen90
Loading

What does this PR do?

Fixes#43

Test Plan

(Write your test plan here. If you changed any code, please provide us with clear instructions on how you verified your changes work.)

Related PRs and Issues

Have you read theContributing Guidelines on issues?

(Write your answer here.)

@@ -13,11 +13,11 @@ def __init__(self):
self._endpoint = 'https://cloud.appwrite.io/v1'
self._global_headers = {
'content-type': '',
'user-agent' : 'AppwritePythonSDK/8.0.0 (${os.uname().sysname}; ${os.uname().version}; ${os.uname().machine})',
'user-agent' : 'AppwritePythonSDK/9.0.0 (${os.uname().sysname}; ${os.uname().version}; ${os.uname().machine})',
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

Existing bug we need to fix, this should be an f-string it's not interpolating this 😬

christyjacob4 reacted with thumbs up emoji
Comment on lines +11 to +13
result = health.get_queue_stats_usage_dump(
threshold = None # optional
)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

err should this endpoint be public?

Copy link
MemberAuthor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

not really, but its part of the spec. In fact all the queue endpoints should be made hidden :/

@christyjacob4christyjacob4 merged commit5e7b0f3 intomainMar 10, 2025
@christyjacob4christyjacob4 deleted the dev branchMarch 10, 2025 11:48
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers

@loks0nloks0nloks0n approved these changes

@ChiragAgg5kChiragAgg5kChiragAgg5k approved these changes

Assignees
No one assigned
Labels
None yet
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

🚀 Feature: Type hints
3 participants
@christyjacob4@loks0n@ChiragAgg5k

[8]ページ先頭

©2009-2025 Movatter.jp