-
-
Notifications
You must be signed in to change notification settings - Fork 17
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
Update taptui.sh script to work with new API #114
Comments
is
? |
no preference. it's an easy way to access a websocket client that handles the json-rpc protocol already. i'm not sure if anything ships on mister or not. my understanding is a combination of that command and the |
I cannot access either of these pages: API CLI command: https://tapto.wiki/Command_Line_Interface#API_Request attempted to change address to zaparoo instead of tapto |
Thanks for mentioning. Links should work now. I've made the redirect smarter. |
Important features:
Nice to haves that taptui had but not showstoppers:
One thing taptui didn't have was an on-screen keyboard for text input and could generally be a bit awkward using a controller. These would be great but not important. Very fiddly job making an on screen keyboard. Needs to fit on a CRT. Would be cool if it could be responsive but idk how to reliably check that and it's not important. |
Also, some perspective on me wanting to keep the config simple. One of the reasons I switched to the toml config format is so a lot more complex config can be defined, because that means we can add complicated features under the expectation that a power user is going to take the time to learn how to write the config themselves from documentation or another user I don't want to be in a situation where I want to add or change some tricky/niche feature but I can't because I also have to accommodate it in a TUI or even the app |
Current version of taptui script used the old REST API which no longer exists. All REST calls must be replaced with an equivalent call to the new API, which can with with the
tapto.sh -api ...
commands.API CLI command: https://tapto.wiki/Command_Line_Interface#API_Request
API https://tapto.wiki/API
The text was updated successfully, but these errors were encountered: