python-zulip-api/examples
Tim Abbott be7903443c Add support for updating messages after they've been received.
Currently the interface for editing messages is limited to a
command-line API tool; it's great for testing with e.g.:

./api/examples/edit-message --message=348135 --content="test $(date +%s)" --site=http://localhost:9991 --subject="test"

The next commit will add a user interface for actually doing the editing.

(imported from commit bdd408cec2946f31c2292e44f724f96ed5938791)
2013-05-20 23:40:26 -04:00
..
curl-examples Move files around in the API. 2013-02-01 15:52:28 -05:00
edit-message Add support for updating messages after they've been received. 2013-05-20 23:40:26 -04:00
get-public-streams Remove the use of "--site" from the example scripts' usage text 2013-04-01 13:05:57 -04:00
humbugrc Be more explicit as to where .humbugrc goes 2013-02-05 16:35:45 -05:00
list-members Consistently use #!/usr/bin/env python 2013-02-20 16:02:30 -05:00
list-subscriptions Remove the use of "--site" from the example scripts' usage text 2013-04-01 13:05:57 -04:00
print-messages Remove the use of "--site" from the example scripts' usage text 2013-04-01 13:05:57 -04:00
print-next-message Remove the use of "--site" from the example scripts' usage text 2013-04-01 13:05:57 -04:00
send-message Remove the use of "--site" from the example scripts' usage text 2013-04-01 13:05:57 -04:00
subscribe Remove the use of "--site" from the example scripts' usage text 2013-04-01 13:05:57 -04:00
unsubscribe Remove the use of "--site" from the example scripts' usage text 2013-04-01 13:05:57 -04:00