mirror of
https://github.com/euzu/tuliprox.git
synced 2026-09-25 18:42:18 +02:00
16 lines
221 B
HTTP
16 lines
221 B
HTTP
### playlist request
|
|
POST http://localhost:5901/api/v1/playlist
|
|
Content-Type: application/json
|
|
|
|
{
|
|
"url": "iptv.m3u"
|
|
}
|
|
|
|
###
|
|
|
|
### config request
|
|
GET http://localhost:5901/api/v1/config
|
|
Content-Type: application/json
|
|
|
|
###
|