zulip / python-zulip-api

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

api: Implement PATCH /realm endpoint. #605

Open clarammdantas opened 4 years ago

clarammdantas commented 4 years ago

This adds API binds for /realm endpoint.

timabbott commented 4 years ago

Generally looks good, but posted a comment on the example :)

zulipbot commented 4 years ago

Heads up @clarammdantas, we just merged some commits that conflict with the changes your made in this pull request! You can review this repository's recent commits to see where the conflicts occur. Please rebase your feature branch against the upstream/master branch and resolve your pull request's merge conflicts accordingly.

timabbott commented 4 years ago

@clarammdantas can you rebase this one?

clarammdantas commented 4 years ago

Oh, I completely forgot about this! Sorrry, I'm rebasing it and fiing that example.

PIG208 commented 3 years ago

Looks like we can rebase it and do some extra testings to get this merged. LGTM overall.

PIG208 commented 3 years ago

@clarammdantas do you have time to finish this up?