mirror of
				https://github.com/zulip/zulip.git
				synced 2025-10-31 03:53:50 +00:00 
			
		
		
		
	API: Release several additional API calls to users.
(imported from commit 8b32fa126ab76dc80ee775482a9749dff17edf37)
This commit is contained in:
		| @@ -27,7 +27,10 @@ setup(name='humbug', | ||||
|       ], | ||||
|       url='https://humbughq.com/dist/api/', | ||||
|       packages=['humbug'], | ||||
|       data_files=[('share/humbug/examples', ["examples/humbugrc", "examples/send-message"])] + \ | ||||
|       data_files=[('share/humbug/examples', ["examples/humbugrc", "examples/send-message", "examples/subscribe", | ||||
|                                              "examples/get-public-streams", "examples/unsubscribe", | ||||
|                                              "examples/list-members", "examples/list-subscriptions", | ||||
|                                              "examples/print-messages"])] + \ | ||||
|           list(recur_expand('share/humbug', 'integrations/')) + \ | ||||
|           [('share/humbug/demos', | ||||
|             [os.path.join("demos", relpath) for relpath in | ||||
|   | ||||
		Reference in New Issue
	
	Block a user