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 it possible to add the new api from Flow to the api for python?
The text was updated successfully, but these errors were encountered:
I think most of the calls are added, maybe a couple that are not. I haven't looked at whether it is possible, but it would be good if it is.
Sorry, something went wrong.
i thought we should update the doc first.
Some can be added without a lot of work (like ShowMsgError) but some didn't work for me when I tried some work arounds (like OpenUri).
ShowMsgError
OpenUri
It's possible because OpenUri needs a Uri object, which is not provided by jsonrpc plugin. Therefore, it cannot be requested. OpenUrl shall work.
OpenUrl
No branches or pull requests
Is it possible to add the new api from Flow to the api for python?
The text was updated successfully, but these errors were encountered: