Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Next release notes #7

Open
rsz44 opened this issue Aug 18, 2023 · 0 comments
Open

Next release notes #7

rsz44 opened this issue Aug 18, 2023 · 0 comments
Assignees
Labels
Next version Features, modifications, notes, which are part of a future version and not implemented.

Comments

@rsz44
Copy link
Owner

rsz44 commented Aug 18, 2023

Note (partly for myself) for the next version...

Priority :

Missing endpoints (on issue date) :

  • v2.0.9 on June 1, 2023
    • /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).
@rsz44 rsz44 self-assigned this Aug 18, 2023
@rsz44 rsz44 added the Next version Features, modifications, notes, which are part of a future version and not implemented. label Aug 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Next version Features, modifications, notes, which are part of a future version and not implemented.
Projects
None yet
Development

No branches or pull requests

1 participant