ms5

Results 3 issues of ms5

This is a proposal of handling api and http errors according to discussion of pr #43 includes two separate classes for api and http errors, but both exceptions are inherited...

the current handling of http error codes != ok is broken, so i fixed this with a new class explicit for this cases. the exception message contains the http status...

this returns a generator instead of a list and should therefore use less memory