This repository has been archived by the owner on Jul 3, 2020. It is now read-only.
v0.9.50
- Add example scripts to show listing items & posting to channels #74
- Add
members_exclude
parameter to theChannels.list
method #105 - Add
RTM.connect
method #106 - Add
channel
parameter to theFiles.list
method #103 - Add
__str__
method to theResponse
class #107 - Add
thread_ts
parameter forChat.post_message
method #101 - Added undocumented
users.admin.invite
method #94 - Make sure empty lists are also JSON encoded #93
- Added
__version__
#108 - Support connection pooling via
requests.Session
#111