You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/v1/community/trending/topic now available to get community trending topics.
/v1/community/trending/token now available to get community trending tokens.
v2.0.8 on November 25, 2022
/v1/exchange/assets now available to get exchange assets in the form of token holdings.
Bug fixes :
'Downloads' badge is not available anymore because of changes in pepy.tech URLs (After a curious survey, we can see that the developers are working hard to offer a paid version and this is ironic. Even their 'copy to clipboard' feature is out of date...) :
https://pepy.tech/project/python-coinmarketcap is now https://static.pepy.tech/badge/python-coinmarketcap
Notes :
New tutorials are available using the library, and should be listed in the Readme.
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).
The text was updated successfully, but these errors were encountered:
Note (partly for myself) for the next version...
Priority :
Missing endpoints (on issue date) :
/v1/community/trending/topic
now available to get community trending topics./v1/community/trending/token
now available to get community trending tokens./v1/exchange/assets now available
to get exchange assets in the form of token holdings.Bug fixes :
https://pepy.tech/project/python-coinmarketcap
is nowhttps://static.pepy.tech/badge/python-coinmarketcap
Notes :
The text was updated successfully, but these errors were encountered: