mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-03 21:43:21 +00:00 
			
		
		
		
	[api version bump] Update API documentation in the example scripts
Give better examples, and rewrite options parsing to be more consistent across examples. Make it more obvious that you can use "--user" and "--api-key" with our python examples. This bumps our python bindings to v0.1.9 (imported from commit 297468088f864b7d585e567dc45523ea681f1856)
This commit is contained in:
		@@ -23,7 +23,7 @@
 | 
			
		||||
# See humbug_trac.py for installation and configuration instructions
 | 
			
		||||
 | 
			
		||||
# Change these constants to configure the plugin:
 | 
			
		||||
HUMBUG_USER = "trac@example.com"
 | 
			
		||||
HUMBUG_USER = "trac-bot@example.com"
 | 
			
		||||
HUMBUG_API_KEY = "0123456789abcdef0123456789abcdef"
 | 
			
		||||
STREAM_FOR_NOTIFICATIONS = "trac"
 | 
			
		||||
TRAC_BASE_TICKET_URL = "https://trac.example.com/ticket"
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user