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

api: Implement GET /messages/{message_id}/read_receipts endpoint#821

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

Open
codewithnick wants to merge1 commit intozulip:main
base:main
Choose a base branch
Loading
fromcodewithnick:get_message_read_recipt

Conversation

codewithnick
Copy link

@codewithnickcodewithnick commentedJan 19, 2024
edited
Loading

added a local function for getting a messages read recipt
referencehttps://zulip.com/api/get-read-receipts
proof of working:
image

@timabbott
Copy link
Member

Please fix the typos in the function name -- these should all match the URLs in the API documentation.

Check out theZulip commit message guidelines for more details.

@codewithnickcodewithnick changed the titleadded binding for API endpoint:get messages read reciptapi: Implement GET /messages/{message_id}/read_receipts endpointJan 23, 2024
@codewithnick
Copy link
Author

@timabbott

@codewithnick
Copy link
Author

hi any updates on this@timabbott

return self.call_endpoint(
url=f"messages/{message_id}/read_receipts",
method="GET",
)
Copy link
Member

Choose a reason for hiding this comment

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

Our usual convention is to use the same names as the URL suffices onhttps://zulip.com/api/get-read-receipts.

Copy link
Author

Choose a reason for hiding this comment

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

so should I change the function name to get_read_receipts, not sure if that is what you meant

Copy link
Member

Choose a reason for hiding this comment

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

Yes

Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers

@timabbotttimabbotttimabbott left review comments

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

Successfully merging this pull request may close these issues.

3 participants
@codewithnick@timabbott@zulipbot

[8]ページ先頭

©2009-2025 Movatter.jp