zulip / python-zulip-api

Python library for the Zulip API.
https://zulip.com/api/
Apache License 2.0
359 stars 361 forks source link

api: Implement GET /users/{user_id}/subscriptions/{stream_id} endpoint. #617

Closed akashaviator closed 4 years ago

akashaviator commented 4 years ago

This implements GET /users/{user_id}/subscriptions/{stream_id} api endpoint.

akashaviator commented 4 years ago

@timabbott Can you have a look ?

timabbott commented 4 years ago

Looks great, merged, thanks @akashaviator!

Do we need a release to happen?