numenta/cortipy

Better handling of HTTP response codes

BoltzmannBrain opened this issue · 1 comments

Currently the client raises an Exception for any response code that is not 200. This should be made more specific.

Fixed w/ #24