BlockIo / block_io-python

Python library for Block.io
MIT License
29 stars 72 forks source link

Making get_notifications() work #10

Closed miohtama closed 9 years ago

miohtama commented 9 years ago

Add a BlockIo API error exception class, so that API errors can be separated from other errors.

Correctly handle the success of an API call.

In API method get_notifications() returned data is list, not a map, thus it cannot have error_message attribute, breaking the Python client.

Accidentally cleaned up some extranous whitespaces, too.

doersf commented 9 years ago

@miohtama merged, thanks