santiment / sanpy

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

Changing the description of sanpy #88

Closed spiderjako closed 5 years ago

spiderjako commented 5 years ago

When you input:

from_date = '2018-01-01' to_date = '2019-11-01' asset = 'ethereum' interval = '1d'

san.get( f'daily_active_addresses/{asset}', from_date=from_date, to_date=to_date, interval=interval )

you get a data frame with a column with the name of 'value' instead of 'daily active addresses'

I've fixed the description in the README and removed the functions, which were for the old API.

tspenov commented 5 years ago

shouldn't we bump the version ?