mostr-zulip-bot/zulip/zulip/examples
Tim Abbott d40328a311 api: Fix call_on_each_events handling of empty event_types.
The root issue here is that we had been using `None` as a way of
encoding `event_types` as being an argument to not pass to the server
in the API codebase, but the marshalling to send this over the wire
didn't handle that possibility correctly.

This was incorrectly "fixed" in
409bb587429ec4dcb1220a8ed85ec1618ffde0ed; the root cause of the issue
was the refactor to the new approach for registering API endpoints.
2018-04-25 23:01:37 -07:00
..
create-user zulip: Move examples to zulip/examples. 2017-09-14 04:46:13 -07:00
edit-message zulip: Move examples to zulip/examples. 2017-09-14 04:46:13 -07:00
get-presence zulip: Move examples to zulip/examples. 2017-09-14 04:46:13 -07:00
get-public-streams zulip: Move examples to zulip/examples. 2017-09-14 04:46:13 -07:00
list-members zulip: Move examples to zulip/examples. 2017-09-14 04:46:13 -07:00
list-subscriptions zulip: Move examples to zulip/examples. 2017-09-14 04:46:13 -07:00
print-events zulip: Move examples to zulip/examples. 2017-09-14 04:46:13 -07:00
print-messages zulip: Move examples to zulip/examples. 2017-09-14 04:46:13 -07:00
recent-messages api: Fix call_on_each_events handling of empty event_types. 2018-04-25 23:01:37 -07:00
send-message zulip: Move examples to zulip/examples. 2017-09-14 04:46:13 -07:00
subscribe zulip: Use canonical way to require an arg in subscribe. 2017-09-15 13:24:32 +02:00
unsubscribe zulip: Use canonical way to require an arg in unsubscribe. 2017-09-15 13:24:28 +02:00
upload-file mypy: Amend upload-file example, to pass with strict-optional. 2018-01-02 14:05:33 -05:00
welcome-message Create welcome-message api example. 2017-12-19 14:42:55 -05:00
zuliprc zulip: Move examples to zulip/examples. 2017-09-14 04:46:13 -07:00