zulip-js
zulip-js copied to clipboard
API Endpoints Backlog Tracker
Over the past 2 months, we've had some endpoints added to the python api bindings that haven't been added here yet. This issue is to track such endpoints.
- [x] DELETE /messages/<message_id>.
- [x] DELETE /messages/<message_id>/reactions.
- [ ] DELETE /realm/filters/<filter_id>.
- [ ] DELETE /streams/<stream_id>.
- [ ] DELETE /user_groups/<user_group_id>.
- [x] DELETE /users/me/alert_words.
- [x] GET /messages.
- [x] GET /messages/<message_id>.
- [x] GET /messages/<message_id>/history.
- [x] GET /realm/emoji.
- [x] GET /realm/filters.
- [x] GET /server_settings.
- [x] GET /users/me/alert_words.
- [ ] GET /user_groups.
- [ ] PATCH /settings/notifications.
- [ ] PATCH /streams/<stream_id>.
- [ ] PATCH /user_groups/<user_group_id>.
- [ ] PATCH /users/me/subscriptions/muted_topics.
- [ ] POST /mark_all_as_read.
- [ ] POST /mark_stream_as_read.
- [ ] POST /mark_topic_as_read.
- [x] POST /messages/flags.
- [ ] POST /messages/<message_id>/reactions.
- [ ] POST /realm/filters.
- [x] POST /typing.
- [ ] POST /user_groups/create.
- [ ] POST /user_groups/<user_group_id>/members.
- [ ] POST /users/me/alert_words.
- [ ] POST /users/me/presence.
- [ ] POST /users/me/subscriptions/properties.
The following api have been added
- GET /realm/filters (in #66 )
- GET /server_settings (in #68 )
Please update the tracker
Thanks, updated the list.
Is this still help want or not?