* exceptions include API error message * fix get_coin_market_chart_by_id test * Use a list or tuple for multiple-valued arguments * convert every list arg to comma-separated string
0.2.0
==================
* Fixed arguments for get_token_price * Added get_token_price function
0.1.6
==================
* README incude examples * included /exchanges/list endpoint
0.1.0
==================
* added /coins/{id}/tickers endpoint * included events endpoints * included status_updates endpoints * updated exchanges endpoints * updated coins endpoints * included simple endpoints
0.0.2
==================
* use requests session to include retries * fixed bug when querying exchanges and added more unit tests * first unit tests for coingecko wrappers * initial commit