santiment / sanpy

Santiment API Python Client
MIT License
94 stars 29 forks source link

Handle status 200 with 'errors' in the json response, update readme #35

Closed tspenov closed 5 years ago

tspenov commented 5 years ago

Fixes https://github.com/santiment/sanpy/issues/34 and https://github.com/santiment/sanpy/issues/33

tspenov commented 5 years ago

Although for batched queries this is not right because 5 queries can return data and the 6th can have errors. So its better for the 6th to return empty dataframe.