[FEAT] Some new found endpoints to document
See original GitHub issueIs your feature request related to a problem? Please describe. I found some new endpoints that might be worth documenting. No idea what they are, but wanted to write them down:
/6/context
{'data': 'NA',
'level1': 'WatchExtension',
'level2': 'Playstate',
'level3': 'NA'}
/6/channeldb/servermapping/X
'channelList': {'id': '1', 'version': 8}, 'channels': [], 'version': '-2'}
/6/channeldb/tv/channelLists/{channel_list}/{ccid}/logo
PNG image for channel. Strangely there exists logos's for applications on some ccid's
/6/recordings/list
{'recordings': []} # don't have anything recorded so can't say how it looks
/6/recordings/refresh
Unsure. probably a post request
/6/reminder/list
{'recordings': []} # don't have anything recorded so can't say how it looks
/6/input/textentry
Unsure. I would expect a post of text entry data
/6/input/pointer
{'status': 'disabled'}
/6/input/onscreenkeyboard/visible
{'visible': 'hide'} # probably also postable
/6/companionlauncher/launch_request_details
Unsure. might need device_id and msg_id data
/6/companionlauncher/launch_response
Unsure. Empty here, likley linked to above
/companionlauncher/registration
Issue Analytics
- State:
- Created 3 years ago
- Comments:5 (2 by maintainers)
Top Results From Across the Web
Mark endpoints as private/hidden · Issue #433 - GitHub
The security is always exposed to the user, but the new property isn't (or is it?). The first is documenting the API, the...
Read more >(Ab)using the REST API endpoints behind the new ExO cmdlets
Hey do you have any example on this? Currently i am using something like this: var authContext = new Microsoft.IdentityModel.Clients.
Read more >Troubleshooting Hybrid Migration Endpoints in Classic and ...
In our previous blog post we covered an overview of what migration endpoints are, how to find them and what makes them tick....
Read more >Salesforce Platform API Versions 7.0 through 20.0 Retirement
These legacy API versions were available until Summer '22 was released in your org, which is when these legacy versions were retired and...
Read more >Code samples | Documenting APIs - Idratherbewriting.com
Code samples that show how to use the various endpoints to achieve ... Some research about how developers use documentation found that there ......
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
You can extract the xtv.apk package from an android tv and dissassemble it. You get most sourcecode back.
There is no endpoint for hdmi source sadly. Should be possible to get if one writes their own android app thou.
You can trigger a switch to hdmi source using an intent.
Has anyone meanwhile found a way to know what source the TV would be on? Seems pretty ridiculous that this basic functionality is hidden so far away.