- http://[yourAndroidTVIp]:8899/
- http://
your Android TV IP
:8899/tvStation - Supported methods GET POST PUT DELETE
- All params in QUERY PARAM, not
Form PARAM
METHOD | Desc | Params |
---|---|---|
GET | get all saved TV stations | |
POST | add TV stations | title: String m3u8: String |
PUT | modify TV stations | tvStationId: Int title: String m3u8: String sort: Int |
DELETE | delete TV stations | tvStationId: Int |