hobbyquaker / lgtv2

Control LG WebOS TV using node.js :tv:
MIT License
332 stars 45 forks source link

Full API documentation? #17

Closed AndresSomadossi closed 6 years ago

AndresSomadossi commented 6 years ago

Hello, I would like to see the full documentation of the API. Where can I find it? Thank you!

hobbyquaker commented 6 years ago

I fear there is no official api documentation. At least I didn't find one. I looked up the methods I'm using in the source of the "ConnectSDK": https://github.com/ConnectSDK/Connect-SDK-Android-Core/blob/master/src/com/connectsdk/service/WebOSTVService.java#L191 - Just search for ssap:// in this file.