-
Notifications
You must be signed in to change notification settings - Fork 2.3k
feat: auto generate missing endpoints #1529
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
feat: auto generate missing endpoints #1529
Conversation
Hum this is problematic 🤔 |
@carlosmiei Here are the logs The erros were for 2 reasons:
|
This PR looks to create a script that scrapes the changelog of binance for all exisitng endpoints, and generates the code in python-binance for those missing endpoints.
Endpoints.mdclient.pyandasync_client.pyKnown issues:
Alternative considered:
Instead of trying to search if the current function exists with a different name, it might be an interesting alternative to autogenerate all endpoints with default name for consistency.
Logs: