[PR #5] [MERGED] adding remaining messaging endpoints to http.py #49

Closed
opened 2026-02-15 23:16:25 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/stoatchat/python-client-sdk/pull/5
Author: @DivyamChadha
Created: 8/31/2021
Status: Merged
Merged: 9/3/2021
Merged by: @Zomatree

Base: masterHead: messaging


📝 Commits (10+)

  • 78e288e adding remaining messaging endpoints
  • 318988c Apply suggestions from code review
  • 03fcd48 Apply requested changes
  • cfe3621 Fix typo
  • 590670f Add typing overloads
  • 855b2a0 Fix search_messages route
  • 833f0a1 Make include_users default to False instead of None
  • 20235cf Fix fetch_messages
  • d868752 Merge branch 'master' into messaging
  • 371df4b Merge branch 'master' into messaging

📊 Changes

3 files changed (+144 additions, -4 deletions)

View changed files

📝 revolt/enums.py (+6 -0)
📝 revolt/http.py (+129 -3)
📝 revolt/types/http.py (+9 -1)

📄 Description

Revolt API Documentation

  • edit message
  • delete message
  • fetch message
  • fetch messages
  • search messages

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/stoatchat/python-client-sdk/pull/5 **Author:** [@DivyamChadha](https://github.com/DivyamChadha) **Created:** 8/31/2021 **Status:** ✅ Merged **Merged:** 9/3/2021 **Merged by:** [@Zomatree](https://github.com/Zomatree) **Base:** `master` ← **Head:** `messaging` --- ### 📝 Commits (10+) - [`78e288e`](https://github.com/stoatchat/python-client-sdk/commit/78e288ef1d39735698e76858432e38aed9380133) adding remaining messaging endpoints - [`318988c`](https://github.com/stoatchat/python-client-sdk/commit/318988c2d188c9e6f7b4368a22376408723363ce) Apply suggestions from code review - [`03fcd48`](https://github.com/stoatchat/python-client-sdk/commit/03fcd4843dbc72d70e487c7f2bbe24b74ac50755) Apply requested changes - [`cfe3621`](https://github.com/stoatchat/python-client-sdk/commit/cfe362135852af6693134226f533c010bba9b64b) Fix typo - [`590670f`](https://github.com/stoatchat/python-client-sdk/commit/590670f42ab9ed3f75f235e883b90eec310b7760) Add typing overloads - [`855b2a0`](https://github.com/stoatchat/python-client-sdk/commit/855b2a06ff9f38c1ab4490d9715fae9f4f67a670) Fix search_messages route - [`833f0a1`](https://github.com/stoatchat/python-client-sdk/commit/833f0a1bad696700719c326abba3e3f32ebd8e98) Make include_users default to False instead of None - [`20235cf`](https://github.com/stoatchat/python-client-sdk/commit/20235cf9c92af0b5933449f4080de830a7253196) Fix fetch_messages - [`d868752`](https://github.com/stoatchat/python-client-sdk/commit/d8687525905efbb6ec4ec3e4fd389e0ad22df425) Merge branch 'master' into messaging - [`371df4b`](https://github.com/stoatchat/python-client-sdk/commit/371df4b1ef18ec82c5f0e054fe24d8c249413cc8) Merge branch 'master' into messaging ### 📊 Changes **3 files changed** (+144 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `revolt/enums.py` (+6 -0) 📝 `revolt/http.py` (+129 -3) 📝 `revolt/types/http.py` (+9 -1) </details> ### 📄 Description [Revolt API Documentation](https://developers.revolt.chat/api/#tag/Messaging) - [x] edit message - [x] delete message - [x] fetch message - [x] fetch messages - [x] search messages --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-15 23:16:25 -05:00
yindo closed this issue 2026-02-15 23:16:25 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: stoatchat/python-client-sdk#49