Closed miohtama closed 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.
get_notifications()
data
error_message
Accidentally cleaned up some extranous whitespaces, too.
@miohtama merged, thanks
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()
returneddata
is list, not a map, thus it cannot haveerror_message
attribute, breaking the Python client.Accidentally cleaned up some extranous whitespaces, too.