os / slacker

Full-featured Python interface for the Slack API
Apache License 2.0
1.6k stars 245 forks source link

use response.raise_for_status() instead of assert #42

Closed diwu1989 closed 9 years ago

diwu1989 commented 9 years ago

requests has a built in method for handling http errors http://docs.python-requests.org/en/latest/api/#requests.Response.raise_for_status

os commented 9 years ago

Beautiful! Thanks, @diwu1989!