We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Is your feature request related to a problem? Please describe.
I want to interact with tinode with Python. tn-cli provides a python client implementation, but it is hard to read and use because:
tn-cli
tn-cli.py
Describe the solution you'd like
I want to help to refactor the single file program to python modules, decoupling the cli functions and the python sdk functions.
Describe alternatives you've considered
None.
Additional context
The text was updated successfully, but these errors were encountered:
I suppose it's not a bad idea to split CLI from Tinode methods. If you decide to do it, please follow these two suggestions:
devel
Sorry, something went wrong.
No branches or pull requests
Is your feature request related to a problem? Please describe.
I want to interact with tinode with Python.
tn-cli
provides a python client implementation, but it is hard to read and use because:tn-cli.py
file is too longDescribe the solution you'd like
I want to help to refactor the single file program to python modules, decoupling the cli functions and the python sdk functions.
Describe alternatives you've considered
None.
Additional context
None.
The text was updated successfully, but these errors were encountered: