python-coinmarketcap
python-coinmarketcap copied to clipboard
Next release notes
Note (partly for myself) for the next version...
Priority :
Missing endpoints (on issue date) :
- (empty)
Bug fixes :
- (empty)
Notes :
- The postman endpoint is still not 'truly' taken into consideration. It could be interesting to provide a secondary class, that automatically binds the routes provided by the postman collection (this will be de-facto slower on the instantiation, because of request time and treatment of received data). For those who want to keep a light and fast version (already written here), the current work should remain available by default. This secondary class will then provide the missings endpoints in the case of a discontinuity in the package updates (for missing endpoints, as is currently the case).
- Adding parameters in typing notation would enable autocompletion for modern code editors. But would be a real pain to keep up to date (would make more sense for the postman version, previously detailled, so that it's well synchronized with the online version).
- New endpoints (2.0.8, 2.0.9, 2.0.10):
- /v3/fear-and-greed/latest
- /v3/fear-and-greed/historical
- /v1/community/trending/topic
- /v1/community/trending/token
- /v1/exchange/assets
- Now handle
JSONDecodeErrorasCoinMarketCapAPIError. - Removing 'exchange_listings_historical' method. Introduced in v0.2 (commit 6e3d605), there is no official trace of this endpoint and it doesn't seem to exist. This is probably a completion error when writing v0.2. If this endpoint is recognized, please open an issue.
- Almost complete rewriting of
./test.py. - No longer supported in Python 2.7
- Miscellaneous README adjustments