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: Refactor get_user_by_id to take keyword arguments #579

Closed akashaviator closed 4 years ago

akashaviator commented 4 years ago

This refactors get_user_by_id to take arguments like include_custom_profile_fields = True instead of {include_custom_profile_fields: True}.

akashaviator commented 4 years ago

@timabbott Can you have a look ?

timabbott commented 4 years ago

Merged after fixing the . at the end of the commit message.

Can you now submit a change to update the /api docs to use this updated form?