zulip-js icon indicating copy to clipboard operation
zulip-js copied to clipboard

API Endpoints Backlog Tracker

Open aero31aero opened this issue 6 years ago • 3 comments

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.

aero31aero avatar Aug 18 '18 16:08 aero31aero

The following api have been added

  • GET /realm/filters (in #66 )
  • GET /server_settings (in #68 )

Please update the tracker

Milind712000 avatar Jan 05 '20 11:01 Milind712000

Thanks, updated the list.

aero31aero avatar Jan 05 '20 19:01 aero31aero

Is this still help want or not?

rajpatelbot avatar Nov 24 '22 07:11 rajpatelbot